]> git.puffer.fish Git - mirror/frr.git/commitdiff
Use 'path (category)' form.
authorDavid Young <dyoung@pobox.com>
Mon, 16 Apr 2007 23:13:01 +0000 (23:13 +0000)
committerDavid Young <dyoung@pobox.com>
Mon, 16 Apr 2007 23:13:01 +0000 (23:13 +0000)
ChangeLog

index d881cc02f0f60b31cefb90d597039b23f36232f8..55b5af5d8e8c1440f3c2442087a3afc9e4f62caa 100644 (file)
--- 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>>