Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modified watchlink to manage connected routes in local and main tables per ↵ | Michael Larson | 2008-01-28 | 11 | -62/+284 |
| | | | | interface rather than pulling interface address on cable pull event. | ||||
* | moved some stderr messages to syslog. removed stderr message when receiving ↵ | Michael Larson | 2008-01-22 | 1 | -3/+6 |
| | | | | ack from kernel on netlink msg. | ||||
* | need to qualify test for non-ethernet type interfaces to newlink/dellink ↵ | Michael Larson | 2008-01-21 | 1 | -1/+2 |
| | | | | messages only. | ||||
* | fix for bc addr and fix for parsing iface for show cmds and filter | Michael Larson | 2008-01-21 | 2 | -2/+46 |
| | |||||
* | fix for ppp--restrict watchlink to ethernet interface types only. Filter by ↵ | root | 2008-01-18 | 3 | -5/+10 |
| | | | | checking the ifi_type flag in ifinfomsg hdr from netlink. | ||||
* | fix bug introduced with ptp support--indexing of database and initialization ↵ | Michael Larson | 2008-01-17 | 4 | -5/+5 |
| | | | | of terminating address. | ||||
* | removed stderr message when unable to open exclusion file. Also downgraded ↵ | Michael Larson | 2008-01-17 | 1 | -2/+2 |
| | | | | | | syslog entry to log_info--this file won't exist unless the cli configures link-detect to off. | ||||
* | fix for bug 2648--downgraded some syslog messages and removed some from console. | root | 2008-01-15 | 1 | -8/+8 |
| | |||||
* | added support for ifa_address field in rtm_newaddr message and in links ↵ | root | 2008-01-15 | 6 | -13/+36 |
| | | | | where the ifa_address != ifa_local then ifa_address is populated in setaddr message. fix for bug 2650 | ||||
* | added support for filtering of interfaces. filter or exclusion list needs to ↵ | Michael Larson | 2008-01-11 | 3 | -4/+73 |
| | | | | | | | be be written to exclude file located in linstatus directory. watchlink accepts sigusr1 to reload filter without requiring restart on configuration change. | ||||
* | cleaned up source a bit. added syslog error messages. added legal-eeze. | Michael Larson | 2008-01-11 | 11 | -17/+345 |
| | | | | other minor edits. | ||||
* | Added quagga like features to watchlink pgm: standard pid file creation and ↵ | Michael Larson | 2008-01-10 | 1 | -3/+53 |
| | | | | | | background option. Also corrected compile flags for watchlink | ||||
* | removed unnecessary files. | Michael Larson | 2008-01-09 | 2 | -325/+0 |
| | |||||
* | initial check-in of watchlink project. compiles, runs and manages state. ↵ | Michael Larson | 2008-01-09 | 14 | -0/+1793 |
needs additional testing and updates to packaging files. |