debian/changelog | 9 +++++++ zebra/connected.c | 13 ++++++++++ zebra/interface.h | 3 -- zebra/redistribute.c | 10 +++++--- zebra/rib.h | 2 + zebra/zebra_rib.c | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 90 insertions(+), 8 deletions(-)
New commits: commit c95c421c920acb19407b3d8aa4c55c1c3b9ee1fd Author: Stephen Hemminger <[email protected]> Date: Wed Apr 29 23:09:34 2009 -0700 0.99.11-14 commit 3a0ab9d1718175098bebca664f2004ec4daacfed Author: Stephen Hemminger <[email protected]> Date: Wed Apr 29 22:16:00 2009 -0700 Handle kernel flush when address is deleted When interface addresses are deleted, the kernel will flush all routes. Quagga needs to follow this correctly. Relates to DHCP bugs 4314, 4315, ... commit 11bbc07a287d883f3013567f897290859c428286 Author: Stephen Hemminger <[email protected]> Date: Wed Apr 29 21:57:24 2009 -0700 Use INET6_ADDRSTRLEN rather than BUFSIZ Don't need whole 1K buffer for IPV6 address commit 8b842e2435f1303e31f5d8bb2ec3a5b1f390e408 Author: Stephen Hemminger <[email protected]> Date: Wed Apr 29 21:55:48 2009 -0700 Remove unused structure element commit c3b8cee8a4cdf2cc99c544299bbd5937c96248d2 Author: Stephen Hemminger <[email protected]> Date: Wed Apr 29 21:54:59 2009 -0700 Force rib_update when connected route deleted http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=c95c421c920acb19407b3d8aa4c55c1c3b9ee1fd http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=3a0ab9d1718175098bebca664f2004ec4daacfed http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=11bbc07a287d883f3013567f897290859c428286 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=8b842e2435f1303e31f5d8bb2ec3a5b1f390e408 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=c3b8cee8a4cdf2cc99c544299bbd5937c96248d2 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
