bgpd/bgp_aspath.c | 35 ++++++++++++++++++----------------- bgpd/bgp_network.c | 1 + bgpd/bgp_packet.c | 21 +++++++++++---------- ospfd/ospf_api.c | 2 +- ospfd/ospf_apiserver.c | 4 ++-- ospfd/ospf_apiserver.h | 2 +- ospfd/ospf_te.c | 6 +++--- zebra/zebra_routemap.c | 11 ++++------- 8 files changed, 41 insertions(+), 41 deletions(-)
New commits: commit 8dd1a8daae0b15065d54c46f82d44d21aa7a2320 Author: Paul Jakma <[email protected]> Date: Mon Apr 11 16:33:20 2011 +0100 zebra: trivial warning fix * zebra_routemap.c: (route_set_src) get rid of the dummy family variable. commit fdbc8e77c88f751924299d0bc752371d5cc31116 Author: Paul Jakma <[email protected]> Date: Mon Apr 11 16:31:43 2011 +0100 bgpd: trivial format / warning fixes * bgp_aspath.c: (assegments_parse) just bail early if length doesn't match and fix the formatting. * bgp_network.c: add include needed for set_nonblocking * bgp_packet.c: formatting commit 072990e22e66ed9a15261b70658dc4a8801975b5 Author: Paul Jakma <[email protected]> Date: Mon Apr 11 16:28:16 2011 +0100 ospf: Fix OSPF API and ospf-te LSA refreshers to match recent API change * ospf_apiserver.{c,h}: (ospf_apiserver_lsa_refresher) refreshers must now return the refreshed LSA. * ospf_te.{c,h}: (ospf_mpls_te_lsa_refresh) ditto * ospf_api.c: trivial compiler warning fix http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=8dd1a8daae0b15065d54c46f82d44d21aa7a2320 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=fdbc8e77c88f751924299d0bc752371d5cc31116 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=072990e22e66ed9a15261b70658dc4a8801975b5 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
