lib/zebra.h                   |    1 +
 watchlink/netlink_event.cc    |   32 ++++++++++++++++++++++++++++++++
 watchlink/netlink_event.hh    |   20 +++++++++++++++++++-
 watchlink/netlink_listener.cc |    4 ++--
 watchlink/watchlink.cc        |    4 ++++
 zebra/rt_netlink.c            |   33 ++++++++++++++++++++++++++++++++-
 6 files changed, 90 insertions(+), 4 deletions(-)

New commits:
commit 80001f3d9e321dd2e3e120f6f7829341b634c753
Author: Michael Larson <[EMAIL PROTECTED]>
Date:   Mon Mar 31 19:18:28 2008 -0700

    add wildcard for interfaces. use an "*" in place of an interface name--and 
the address provided will exclude all
    matching addresses across all ethernet addresses.

commit e11fac98b244ce836185a452bf1960cedf26660c
Author: Michael Larson <[EMAIL PROTECTED]>
Date:   Mon Mar 31 13:50:23 2008 -0700

    modified watchlink parser to support the following behaviors:
    
    > comments are now allowed after the # symbol after each entry
    > address ranges are now supported in the matching if the user
    enters a netmask value, then every address within the range is
    exlcluded
    > ip value (without a mask) is treated as a /32 for matching
    > matching is against the masked off address value, the mask
    is specified by the exclusion entry (and not by the configured
    address value)
    > sig_usr1 will reload the configuration and is required after
    each modification of the exclude file.
    
    The format of the file is the following:
    
    [interface] [address|network] #comments
    
    Only one entry per line is allowed
    
    vifs are supported in the interface line (i.e. eth0.1w)

commit 2bc693173112ea436884aca19352624504e2246a
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Mon Mar 31 12:23:25 2008 -0700

    Filter unwanted netlink messages
    
    Use socket filter to drop unwanted messages on the netlink listen socket.
    This prevents problems where the listener socket buffer gets overrruns
    with echos of the new route update that occurs when link changes.

http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=80001f3d9e321dd2e3e120f6f7829341b634c753
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=e11fac98b244ce836185a452bf1960cedf26660c
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=2bc693173112ea436884aca19352624504e2246a
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to