]> git.ipfire.org Git - thirdparty/lldpd.git/commit
interfaces: enable team interfaces like a bond interface
authorVincent Bernat <vincent@bernat.im>
Sat, 12 Aug 2017 18:09:22 +0000 (20:09 +0200)
committerVincent Bernat <vincent@bernat.im>
Sat, 12 Aug 2017 18:26:53 +0000 (20:26 +0200)
commit5f658dacf0d82f7f17ae5d54689fc2901fb95e33
tree5bc21cb55557563ce34bafd365ce2f459f30f3f0
parent8733a3f7207d083c77060ab597edf1018309f6f6
interfaces: enable team interfaces like a bond interface

Unfortunately, we are not able to retrieve the real MAC address as the
kernel doesn't know it. Only the teamd daemon knows it. We could ask for
it through ethtool but it would be the permenant MAC address which may
be incorrect.

Fix #234
NEWS
src/daemon/interfaces-linux.c
src/daemon/netlink.c
tests/integration/fixtures/network.py
tests/integration/test_interfaces.py