summaryrefslogtreecommitdiffstats
path: root/watchlink/netlink_event.hh
Commit message (Collapse)AuthorAgeFilesLines
* Change license notice from VPL to GPLv2Stephen Hemminger2008-03-101-22/+3
| | | | Glendale is licensed under GPL version 2.
* modified watchlink to manage connected routes in local and main tables per ↵Michael Larson2008-01-281-1/+2
| | | | interface rather than pulling interface address on cable pull event.
* fix for ppp--restrict watchlink to ethernet interface types only. Filter by ↵root2008-01-181-0/+4
| | | | checking the ifi_type flag in ifinfomsg hdr from netlink.
* fix bug introduced with ptp support--indexing of database and initialization ↵Michael Larson2008-01-171-1/+1
| | | | of terminating address.
* added support for ifa_address field in rtm_newaddr message and in links ↵root2008-01-151-1/+6
| | | | where the ifa_address != ifa_local then ifa_address is populated in setaddr message. fix for bug 2650
* cleaned up source a bit. added syslog error messages. added legal-eeze.Michael Larson2008-01-111-0/+27
| | | | other minor edits.
* initial check-in of watchlink project. compiles, runs and manages state. ↵Michael Larson2008-01-091-0/+184
needs additional testing and updates to packaging files.