]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
networkd-link: Receive LLDP on Bridge slaves not master (#5995)
authorsjoerd-ccu <sjoerd.simons@collabora.co.uk>
Tue, 23 May 2017 07:10:59 +0000 (09:10 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 23 May 2017 07:10:59 +0000 (09:10 +0200)
commit764febc23ee9a22fa64981adb0be901f964df93d
tree25749b2273038891d09dfccb94aef4e0f45792fc
parent09d97dfb7580e26a40e82e26516dcb4c06767506
networkd-link: Receive LLDP on Bridge slaves not master (#5995)

LLDP should be received on bridge slaves as they're the entities
directly connected to a peer. Receiving LLDP on the bridge device makes
little sense, Linux by default even filters out LLDP going onto the
bridge device.

Flip the current logic, receive LLDP on bridge slaves don't listen for
them on the bridge itself.
src/network/networkd-link.c