]> git.ipfire.org Git - thirdparty/lldpd.git/commit
interfaces: handle the case where the provided MAC address is incorrect
authorVincent Bernat <vincent@bernat.im>
Tue, 1 Dec 2015 08:27:34 +0000 (09:27 +0100)
committerVincent Bernat <vincent@bernat.im>
Tue, 1 Dec 2015 08:27:34 +0000 (09:27 +0100)
commit5ac66d33585b893c27f241cd363bb650b7b612dd
treee299db207b0b54063b6b56c59df276d6bb331e24
parentd535fe053e0dee82199a1630c95512acbcc1e3ce
interfaces: handle the case where the provided MAC address is incorrect

Some drivers, like veth are unable to provide an appropriate MAC
address. Warn the user, keep the one we have.
src/daemon/interfaces-linux.c