jpirko / libteam

team netdevice library
GNU Lesser General Public License v2.1
230 stars 57 forks source link

Add support for TIPC link watcher #10

Closed Hugne closed 10 years ago

Hugne commented 10 years ago

The first 4 commits moves the arp/ethtool/icmp link watchers to separate files, leaving the generic link watcher code in teamd_link_watch.c. The last commit adds support for the TIPC link watcher. I've added a build-time check that checks if AF_TIPC/SIOCGETLINKNAME are available (kernel 3.15+), and only builds in TIPC support in that case.

Hugne commented 10 years ago

As per request, sent as patchset instead. https://lists.fedorahosted.org/pipermail/libteam/2014-June/000269.html