doc/Makefile.am | 2 +- ospf6d/ospf6_zebra.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-)
New commits: commit 57c4f4f45b7a3c327f274272afe43893e10008e1 Author: Ingo Flaschberger <[email protected]> Date: Mon Apr 4 11:17:45 2011 +0100 ospf6d: fix crash if zebra_interface_state_read can't find interface * ospf6_zebra.c: (ospf6_zebra_if_state_update) zebra_interface_state_read may return NULL, if it can't find an interface, deal with it. commit 597de5a01a59759db05e00b0a1d4e0b158cf2c9e Author: Paul Jakma <[email protected]> Date: Mon Apr 4 10:39:15 2011 +0100 ospf6d: fix crash if zebra_interface_state_read can't find interface * ospf6_zebra.c: (ospf6_zebra_if_state_update) zebra_interface_state_read may return NULL, if it can't find an interface, deal with it. commit 604a9b43dd68a087ca5a4ac2cae19eb17591ba5f Author: Michael Lambert <[email protected]> Date: Mon Sep 13 11:48:11 2010 -0400 bgpd: fix memory leak when deleting a community * bgp_routemap.c: (route_set_community_delete) When deleting a community in a route-map the old community was being orphaned. Like the description of the same code in route_set_community, this is a hack, not a true fix. commit 4a2035fd71990848017237838fe11bc1aeb41641 Author: Paul Jakma <[email protected]> Date: Fri Apr 1 15:58:27 2011 +0100 Revert "bgpd: "Intern" communities in route maps" This reverts commit 2c9fd7e07283b8904ef20030c9dadb032e999b12. commit 7015b8a24965ce144296a791be816dc9bbeb477a Author: Paul Jakma <[email protected]> Date: Wed Mar 30 14:30:20 2011 +0100 doc: Add dependency for quagga.pdf make target * doc/Makefile.am: pdf target needs to depend on all the input files. commit 31d0f1b3c64903d56a47caebf887067d222c7cd6 Author: Paul Jakma <[email protected]> Date: Tue Mar 29 14:18:49 2011 +0100 bgpd: Fix merge error in jhash commit * bgp_attr.c: (attrhash_key_make) 98e30f should have changed jhash2 to jhash. These kinds of merge errors would be reduced and life would be easier if people would submit fully-formed fixes that could be chucked directly into git-am. commit f5a4827db60545309d0ee378b85acac56cf7837a Author: Stephen Hemminger <[email protected]> Date: Thu Mar 24 17:30:21 2011 +0000 bgpd: refine the setting up of GTSM * bgpd.h: Add error code for setting GTSM on iBGP * bgpd.c: (peer_ttl_security_hops_set) use previous error code and signal incompatibility of GTSM+iBGP to vty. Consider the session state when setting GTSM, and reset Open/Active peers to let them pick up new TTL from start. http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=57c4f4f45b7a3c327f274272afe43893e10008e1 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=597de5a01a59759db05e00b0a1d4e0b158cf2c9e http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=604a9b43dd68a087ca5a4ac2cae19eb17591ba5f http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=4a2035fd71990848017237838fe11bc1aeb41641 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=7015b8a24965ce144296a791be816dc9bbeb477a http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=31d0f1b3c64903d56a47caebf887067d222c7cd6 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=f5a4827db60545309d0ee378b85acac56cf7837a _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
