summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>>