.gitignore | 1 + REPORTING-BUGS | 13 ++++++++++--- bgpd/bgp_advertise.c | 5 ++++- configure.ac | 13 ++++++++----- debian/changelog | 23 +++++++++++++++++++++++ debian/control | 2 +- doc/.gitignore | 1 + isisd/Makefile.am | 11 +++-------- isisd/isis_bpf.c | 3 +++ isisd/isis_dlpi.c | 3 +++ isisd/isis_pfpacket.c | 3 +++ ospf6d/ospf6_interface.c | 28 ++++++++++++++++++---------- zebra/interface.c | 4 ++++ 13 files changed, 82 insertions(+), 28 deletions(-)
New commits: commit 7679e5fddb44e4eaabe27837e37fc6988fc90ed8 Author: Stephen Hemminger <stephen.hemmin...@vyatta.com> Date: Fri May 7 11:08:18 2010 -0700 0.99.16-6 commit 1d823d70125965e8f4a3fd669afed9d7f4834941 Author: Stephen Hemminger <stephen.hemmin...@vyatta.com> Date: Fri May 7 11:06:08 2010 -0700 Make sure capability library is on build environment Need libcap to work. commit b4d314965669ec08c58a7784f30e3c255a256ca9 Author: Stephen Hemminger <stephen.hemmin...@vyatta.com> Date: Fri May 7 10:44:48 2010 -0700 Clear pointer to attr after unintern This avoid possible problems when BGP is deleted and there is dangling pointer to old attribute. commit b39a5b6ca22dfd28751e50c9c8642089fc4bfc70 Author: Stephen Hemminger <stephen.hemmin...@vyatta.com> Date: Fri May 7 10:44:12 2010 -0700 Depend on proper version of libcap commit e26873fd8f0c4306eff65de94a45b4114fc81b98 Author: Roman Hoog Antink <r...@open.ch> Date: Wed May 5 16:00:50 2010 +0200 zebra: fix infinite loop when deleting an interface When deleting a VLAN interface after flushing its addresses, zebra uses 100% CPU time and freezes. * interface.c: The while loop in line 407 that should clean up connected routes never hits one of the 2 lines "last = node;" and thus loops forever. Signed-off-by: Roman Hoog Antink <r...@open.ch> commit cfe117498c8348bfcd8f5f95169a6621e437458a Author: Greg Troxel <g...@ir.bbn.com> Date: Wed May 5 07:51:26 2010 -0400 Update for git and emphasize asking for good reports. commit 1b5eee9864185205bca498e62bcff8291e125a2c Author: David Lamparter <equi...@diac24.net> Date: Wed Sep 16 02:20:00 2009 +0200 build: ignore mkinstalldirs and texinfo.tex these are autogenerated by autoreconf, drop them from git. commit 745bf05f58ff203f5e3878574016fb3b9ad5b450 Author: David Lamparter <equi...@diac24.net> Date: Tue Feb 2 21:49:35 2010 +0100 isisd: change ISIS_METHOD to use C preprocessor this fixes warnings from vtysh extract.pl by making sure the isis method files always 'work'. (previously, extract.pl would grab unselected isis method sources and then complain about missing headers) commit 2470e99e828c098d2d03f8d693853cbe69e3fb6f Author: David Ward <david.w...@ll.mit.edu> Date: Tue Jan 5 02:45:39 2010 +0000 ospf6d: Fix crash when '[no] ipv6 ospf6 advertise prefix-list' is in startup-config * ospf6_interface.c: When '[no] ipv6 ospf6 advertise prefix-list' appears in the startup configuration for ospf6d, a crash occurs, because ospf6d attempts to schedule LSAs when the 'oi->area' structure has not yet been initialized. Now, when the command above is issued (either in the startup configuration or at runtime), ospf6d will only schedule LSAs if the 'oi->area' structure has been initalized. A similar test is already used when handling the commands 'ipv6 ospf6 priority' and 'ipv6 ospf6 cost'. http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=7679e5fddb44e4eaabe27837e37fc6988fc90ed8 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=1d823d70125965e8f4a3fd669afed9d7f4834941 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=b4d314965669ec08c58a7784f30e3c255a256ca9 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=b39a5b6ca22dfd28751e50c9c8642089fc4bfc70 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=e26873fd8f0c4306eff65de94a45b4114fc81b98 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=cfe117498c8348bfcd8f5f95169a6621e437458a http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=1b5eee9864185205bca498e62bcff8291e125a2c http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=745bf05f58ff203f5e3878574016fb3b9ad5b450 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=2470e99e828c098d2d03f8d693853cbe69e3fb6f _______________________________________________ svn mailing list svn@mailman.vyatta.com http://mailman.vyatta.com/mailman/listinfo/svn