diff options
author | Mark O'Brien <mobrien@firebolt.vyatta.com> | 2008-11-25 19:08:50 -0800 |
---|---|---|
committer | Mark O'Brien <mobrien@firebolt.vyatta.com> | 2008-11-25 19:08:50 -0800 |
commit | 4739f62b9fa51e902a3f4558132171ffa2fa910b (patch) | |
tree | 34180afb6d4d93f648ff9f383aaba9c4b716b9b0 /debian | |
parent | c2c39967d3279d935590b1e1220bfa0b307950b3 (diff) | |
download | vyatta-cfg-quagga-4739f62b9fa51e902a3f4558132171ffa2fa910b.tar.gz vyatta-cfg-quagga-4739f62b9fa51e902a3f4558132171ffa2fa910b.zip |
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 64b377df..27f0cbb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,56 @@ +vyatta-cfg-quagga (0.13) unstable; urgency=low + + 3.2.0 + [ Mark O'Brien ] + + + [ Bob Gilligan ] + * Bugfix: 3684 + + [ Stephen Hemminger ] + * Remove the perl wrapper for vtysh (no longer needed). + * Revert "Replace vyatta-vtysh with vtysh" + * Replace vyatta-vtysh with vtysh + + [ Stig Thormodsrud ] + * Fix syntax errors found by check_tmpl. + * Fix syntax error found by check_tmpl. + * Fix syntax problems identified by /opt/vyatta/sbin/check_tmpl + * Fix 3550: Setting kernel redistribution metric generates internal + error. + * Fix BGP IPv6 redistribute route-map error message. + * Add BGP IPv6 redistribute commands. + * Fix bgp soft-reconfiguration for IPv6. + * Add IPv6 support to bgp cli. + + [ rbalocca ] + * Ignore derived files + + [ Stig Thormodsrud ] + * Fix "delete protocols ripng". + + [ Stephen Hemminger ] + * Replace calls to vyatta-vtysh perl script with vyatta-vtysh + * Update control since now contains not just scripts + * Get rid of long line causing warning + + [ Stig Thormodsrud ] + * First pass at gluing ripng cli to quagga. + + [ Stephen Hemminger ] + * Use vyatta_sbindir + * Add program to .gitignore + * Add new program to check prefix boundary + + [ Stig Thormodsrud ] + * Fix ipv6 blackhole route. + * Fix check_prefix_boundry() to handle IPv6 abreviated addresses. + * Add cli for IPv6 static routes. + + [ Mark O'Brien ] + + -- Mark O'Brien <mobrien@firebolt.vyatta.com> Tue, 25 Nov 2008 19:08:50 -0800 + vyatta-cfg-quagga (0.12) unstable; urgency=low 3.1.2 |