bgpd/bgp_debug.c | 2
bgpd/bgp_dump.c | 2
bgpd/bgp_filter.c | 2
bgpd/bgp_network.c | 9 ---
bgpd/bgp_vty.c | 14 ++--
isisd/isis_circuit.c | 2
isisd/isisd.c | 2
lib/command.c | 10 +--
lib/filter.c | 4 -
lib/keychain.c | 4 -
lib/log.h | 45 +++++++++++----
lib/plist.c | 4 -
lib/routemap.c | 2
lib/smux.c | 2
lib/vty.h | 7 --
lib/zassert.h | 14 +++-
ospf6d/ospf6_interface.c | 2
ospf6d/ospf6_top.c | 2
ospf6d/ospf6_zebra.c | 2
ospf6d/ospf6d.c | 2
ospfd/ospf_dump.c | 2
ospfd/ospf_vty.c | 11 ---
ripd/rip_debug.c | 2
ripd/rip_interface.c | 22 ++++---
ripd/rip_zebra.c | 2
ripd/ripd.c | 2
ripngd/ripng_debug.c | 2
ripngd/ripng_interface.c | 2
ripngd/ripng_zebra.c | 2
ripngd/ripngd.c | 2
vtysh/vtysh.c | 32 +++++------
zebra/zebra_rib.c | 134 ++++++++++++++++++++++++-----------------------
zebra/zebra_vty.c | 4 -
zebra/zserv.c | 4 -
34 files changed, 186 insertions(+), 170 deletions(-)
New commits:
commit a7c450fad3c5ee4c45470521dc2e3a9a12127434
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Mon Aug 11 16:22:15 2008 -0700
Cleanup meta-queue code
Do some cleanup work on recently added meta-queue code:
* use table rather than switch
* indent with quagga standard indentation
* since meta_queue_new is only used at initialization
allocation failure should be fatal.
commit 31d62783129976be2bdeb2399e927ae2c6ca4b63
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Mon Aug 11 15:34:54 2008 -0700
Make command nodes static
The cmd_nodes used to configure vty, can mostly be static so
(basic data hiding 101).
commit c4b2cfd119dd6130b37b1cdaaa5f3d47d8aab442
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Mon Aug 11 12:57:27 2008 -0700
Fix format warnings from interface flags
Interface flags or 64 bit, and on 32 bit platform this needs to
converted to long long for printf. Print in hex because it is
easier to figure out the bits then.
commit ebc04ce20a871c99dbb116a4fbada967dd750c43
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Fri Aug 8 15:35:10 2008 -0700
Add compiler directive to mark code paths that log as cold
This causes compiler to naturally favor faster path through code.
Anything that logs a message is not fast path.
commit 9aa7ce77e8aed80057c559d4bf926188c1cf7a32
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Fri Aug 8 15:33:16 2008 -0700
Mark assert() tests as unlikely
This forces compiler to generate the more common code on the
faster path.
commit 952444c56eff77b6c5f5785c0c55879282a23dc5
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Fri Aug 8 15:15:23 2008 -0700
Add gcc printf format checks
commit dde75c52dfaeb148cc0486f8f7d6bdaca5ccf286
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Wed Aug 6 15:05:29 2008 -0700
bgp: no need to raise privs when setting up md5
Setting md5 parameters is allowed without privledges.
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=a7c450fad3c5ee4c45470521dc2e3a9a12127434
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=31d62783129976be2bdeb2399e927ae2c6ca4b63
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=c4b2cfd119dd6130b37b1cdaaa5f3d47d8aab442
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=ebc04ce20a871c99dbb116a4fbada967dd750c43
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=9aa7ce77e8aed80057c559d4bf926188c1cf7a32
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=952444c56eff77b6c5f5785c0c55879282a23dc5
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=dde75c52dfaeb148cc0486f8f7d6bdaca5ccf286
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn