[vyatta-svn] BGP/OSPF/RIP/RIB routing daemons: Changes to 'hollywood'
shemminger@suva.vyatta.com
shemminger at suva.vyatta.com
Tue Jul 15 08:57:26 PDT 2008
bgpd/bgp_attr.c | 4 +-
bgpd/bgp_open.c | 2 -
lib/if.c | 62 ++--------------------------------------------
lib/if.h | 63 +++++++++++++++++++++++++++++++++++++++++------
ospfd/ospf_api.c | 2 -
ospfd/ospf_lsa.c | 2 -
ospfd/ospf_zebra.c | 2 -
ripngd/ripng_interface.c | 6 ++--
8 files changed, 69 insertions(+), 74 deletions(-)
New commits:
commit 775e09c69825718c8d24d193e86c826cb0bf8f68
Author: Stephen Hemminger <stephen.hemminger at vyatta.com>
Date: Fri Jul 11 16:12:10 2008 -0700
Make some trivial functions on interfaces inline
Make the trivial boolean functions inline to help performance
and code size.
commit d6dc4ba487f79ba79e5fb02f4c3e978fa1edeee5
Author: Stephen Hemminger <stephen.hemminger at vyatta.com>
Date: Fri Jul 11 16:18:05 2008 -0700
Fix compiler warnings from incorrect format strings
Mostly from incorrect usage of z option. Need to use:
printf(" size = %zd", x->size);
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=775e09c69825718c8d24d193e86c826cb0bf8f68
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=d6dc4ba487f79ba79e5fb02f4c3e978fa1edeee5
More information about the svn
mailing list