diff options
-rw-r--r-- | debian/changelog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cd20d243..21228408 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,37 @@ +vyatta-quagga (0.99.9-12) unstable; urgency=low + + 3.1.2 + [ Mark O'Brien ] + + + [ Stephen Hemminger ] + * Remove routes from FIB. + * Handle state transistions when there are multiple nexthops + * Update recursive route when nexthop changes + * Minor typo in zebra debugging + * Go back to hiding connected routes from down interfaces + * Handle races with add/delete of routes + * Revert "Only announce connected routes if link is detected" + * Update RIB/FIB on recursive route state changes + * Make some trivial functions on interfaces inline + * Fix compiler warnings from incorrect format strings + + [ Mohit Mehta ] + * Fix Bug 3435 Protocol MIBs are not supported on upgraded system + + [ Stephen Hemminger ] + * Rescan for next hops after static route change + * Set IPv4 TOS value for BGP + * active static route changes for ipv6 + * Fix whitespace in config file + * Correctly identify/manage all connected static routes + * Make some rib data structures private + * Only announce connected routes if link is detected + + [ Mark O'Brien ] + + -- Mark O'Brien <mobrien@firebolt.vyatta.com> Wed, 23 Jul 2008 21:36:14 -0700 + vyatta-quagga (0.99.9-11) unstable; urgency=low 3.1.1 |