diff options
author | David Young <dyoung@pobox.com> | 2007-04-17 01:13:01 +0200 |
---|---|---|
committer | David Young <dyoung@pobox.com> | 2007-04-17 01:13:01 +0200 |
commit | 1d720daa61692f9754d500ff530614798b8b3bf2 (patch) | |
tree | dffe73ce8fbd4cc94f49b82d8e37de3f37767907 /ChangeLog | |
parent | Note my change to zebra/connected.c. (diff) | |
download | frr-1d720daa61692f9754d500ff530614798b8b3bf2.tar.xz frr-1d720daa61692f9754d500ff530614798b8b3bf2.zip |
Use 'path (category)' form.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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>> |