Use 'path (category)' form.

This commit is contained in:
David Young 2007-04-16 23:13:01 +00:00
parent cb6d86bdc5
commit 1d720daa61

View File

@ -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>>