]> git.ipfire.org Git - thirdparty/lldpd.git/commit
interfaces: abstract a bit MAC address mangling for bonding devices
authorVincent Bernat <bernat@luffy.cx>
Sun, 11 Aug 2013 20:07:57 +0000 (22:07 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sun, 11 Aug 2013 20:07:57 +0000 (22:07 +0200)
commit5347914ef1fc0bb6628b998c1abc3bb1838f8fb1
tree8b18bab5e37fdc610a229ae12d03cf4d452b82ae
parent99704cd9b9fff606a36629d9e4ce3d8957e9da12
interfaces: abstract a bit MAC address mangling for bonding devices

A variable in `struct lldpd_hardware` control the mangling. On the
other end, `hardware->h_ops->send()` should not be called directly
anymore. Instead, `interfaces_helper_send()` should be used instead.
src/daemon/cdp.c
src/daemon/edp.c
src/daemon/interfaces-linux.c
src/daemon/interfaces.c
src/daemon/lldp.c
src/daemon/lldpd.h
src/daemon/sonmp.c
src/lldpd-structs.h