| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Use proper include files so watchlink can be built on 64 bit
platforms. Not strictly necessary yet, since vyatta isn't doing
64 bit builds, but some development machines run 64 bit OS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> 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.
|
|
|
|
| |
ack from kernel on netlink msg.
|
| |
|
|
|
|
| |
checking the ifi_type flag in ifinfomsg hdr from netlink.
|
|
|
|
| |
of terminating address.
|
|
|
|
| |
where the ifa_address != ifa_local then ifa_address is populated in setaddr message. fix for bug 2650
|
|
|
|
| |
other minor edits.
|
|
needs additional testing and updates
to packaging files.
|