summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Young <dyoung@pobox.com>2007-04-16 23:13:01 +0000
committerDavid Young <dyoung@pobox.com>2007-04-16 23:13:01 +0000
commit1d720daa61692f9754d500ff530614798b8b3bf2 (patch)
treedffe73ce8fbd4cc94f49b82d8e37de3f37767907 /ChangeLog
parentcb6d86bdc5711c9aeeeea8072ad3b6d730d0c591 (diff)
Use 'path (category)' form.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index d881cc02..55b5af5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,9 @@
2007-04-16 David Young <dyoung@pobox.com>
- * zebra/connected.c: Only suppress adding a connected route
- to the kernel if it is already marked "real" (ZEBRA_IFC_REAL),
- i.e., "in kernel." According to Paul Jakma, this probably
- fixes Quagga bug #202.
-
+ * connected.c (zebra): Only suppress adding a connected
+ route to the kernel if it is already marked "real"
+ (ZEBRA_IFC_REAL), i.e., "in kernel." According to Paul
+ Jakma, this probably fixes Quagga bug #202.
2007-02-06 Greg Troxel <Greg Troxel <gdt@ir.bbn.com>>