| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[interface]
[interface] [ip/mask]
It should also accept a plain IP--but I haven't tested this yet.
Also added syslogging at the info level on interface up/down events.
This change provides support for HA to work with interface cable event. HA and VRRP will need to
populate the /var/linkstatus/exclude file with the VIPs under their management.
In addition to circumvent an additional problem in HA there needs to be an additional address on
the monitored interface, otherwise HA will admin down the interface when the cable is pulled
|
|
|
|
| |
Glendale is licensed under GPL version 2.
|
|
|
|
| |
interface rather than pulling interface address on cable pull event.
|
|
|
|
|
|
| |
syslog entry to
log_info--this file won't exist unless the cli configures link-detect to off.
|
|
|
|
| |
where the ifa_address != ifa_local then ifa_address is populated in setaddr message. fix for bug 2650
|
|
|
|
|
|
|
| |
be be written to exclude
file located in linstatus directory. watchlink accepts sigusr1 to reload filter without requiring
restart on configuration change.
|
|
|
|
| |
other minor edits.
|
|
|
|
|
|
| |
background option. Also
corrected compile flags for watchlink
|
|
needs additional testing and updates
to packaging files.
|