[vyatta-svn] BGP/OSPF/RIP/RIB routing daemons: Changes to 'master'
Mike Larson
mike at suva.vyatta.com
Mon Mar 31 13:09:38 PST 2008
watchlink/netlink_event.cc | 32 ++++++++++++++++++++++++++++++++
watchlink/netlink_event.hh | 20 +++++++++++++++++++-
watchlink/netlink_listener.cc | 3 ++-
watchlink/watchlink.cc | 4 ++++
4 files changed, 57 insertions(+), 2 deletions(-)
New commits:
commit e11fac98b244ce836185a452bf1960cedf26660c
Author: Michael Larson <slioch at eng-140.vyatta.com>
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)
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=e11fac98b244ce836185a452bf1960cedf26660c
More information about the svn
mailing list