debian/rules                |    2 +-
 debian/vyatta-quagga.init.d |   31 ++++++++-----------------------
 lib/if.c                    |   33 ++++++++++++++++++---------------
 zebra/interface.c           |   16 ++++++++++++++++
 zebra/interface.h           |    1 +
 zebra/rt_netlink.c          |    6 ++----
 6 files changed, 46 insertions(+), 43 deletions(-)

New commits:
commit a4657249446a96933f0c2928f8a1f87b1929c245
Author: Stephen Hemminger <[email protected]>
Date:   Fri Dec 12 16:39:23 2008 -0800

    Fix management of interface renames
    
    Need to delete then add since zebra has no clean way to pass around
    rename, and the configuration is based on name not ifindex.

commit 219940a5f510270113c7eca0c7b25f6938b7565a
Author: Stephen Hemminger <[email protected]>
Date:   Fri Dec 12 06:45:00 2008 -0800

    Handle interfaces coming back from dead
    
    Need to handle the case where interface comes back after being
    deleted.  After deletion state is retained but ifindex is set to
    IFINDEX_INTERNAL. When new interface arrives with same name, then
    update index

commit 29d708b0556e8cb01441dab463204280e28d6aa1
Author: Stephen Hemminger <[email protected]>
Date:   Fri Dec 12 06:23:42 2008 -0800

    Don't delete interface completely when kernel notifies of loss of link
    
    The name has to continue to exist after delete in order to prevent
    crashes of daemon (BZ 3990) and restart of multilink interfaces (BZ 3987).

commit b2f83419d4f44dd9bd7d48bc0a43af09fa8b9071
Author: Stephen Hemminger <[email protected]>
Date:   Fri Dec 5 12:22:22 2008 -0800

    Use start-stop-daemon to retry
    
    Speed up shutdown by using the existing pid file, and having
    start-stop-daemon do the retry.

commit d9c88bc8166f7389a80cd22773e6973367e46a9a
Author: Stephen Hemminger <[email protected]>
Date:   Fri Dec 5 12:20:16 2008 -0800

    Turn on block rearranging.
    
    This optimization is by default off with -Os

http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=a4657249446a96933f0c2928f8a1f87b1929c245
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=219940a5f510270113c7eca0c7b25f6938b7565a
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=29d708b0556e8cb01441dab463204280e28d6aa1
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=b2f83419d4f44dd9bd7d48bc0a43af09fa8b9071
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=d9c88bc8166f7389a80cd22773e6973367e46a9a
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to