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 ++-
 zebra/connected.c        |    2 -
 zebra/zebra_rib.c        |   87 +++++++++++++++++++++++++++--------------------
 10 files changed, 120 insertions(+), 112 deletions(-)

New commits:
commit 38701029fe978ca18645408771414a91588413d3
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Wed Jul 16 09:19:32 2008 -0700

    Revert "Only announce connected routes if link is detected"
    
    Want to remember connected routes even if they aren't active at the
    current time.
    This reverts commit 84cc940a9b74d5a867a5598f4b0f6c657eb61c9c.

commit 251018c5741e3518b79da01d24f1fd07aa49e58e
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Tue Jul 15 20:59:44 2008 -0700

    Update RIB/FIB on recursive route state changes
    
    If a link state change event causes a different nexthop, then
    the RIB (and FIB) need to be updated.  Solved by forcing the CHANGED
    flag.  This code could be rearranged to be cleaner in future.
    
    Bugfix 3434

commit 775e09c69825718c8d24d193e86c826cb0bf8f68
Author: Stephen Hemminger <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
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=38701029fe978ca18645408771414a91588413d3
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=251018c5741e3518b79da01d24f1fd07aa49e58e
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
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to