diff options
author | David Young <dyoung@pobox.com> | 2007-04-16 23:13:01 +0000 |
---|---|---|
committer | David Young <dyoung@pobox.com> | 2007-04-16 23:13:01 +0000 |
commit | 1d720daa61692f9754d500ff530614798b8b3bf2 (patch) | |
tree | dffe73ce8fbd4cc94f49b82d8e37de3f37767907 | |
parent | cb6d86bdc5711c9aeeeea8072ad3b6d730d0c591 (diff) |
Use 'path (category)' form.
-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>> |