]> git.ipfire.org Git - thirdparty/lldpd.git/commit
interfaces: correctly handle bridges with VLAN filtering enabled
authorVincent Bernat <vincent@bernat.ch>
Sat, 1 Feb 2020 16:17:48 +0000 (17:17 +0100)
committerVincent Bernat <vincent@bernat.ch>
Sat, 1 Feb 2020 16:17:48 +0000 (17:17 +0100)
commit385e5e4cf3a74e1d56947418db49911640cfc4a9
tree39901378fc308cbcb8aa0e272bf342f9a74d6292
parentd807e90f60b8d14d57045fa9bbb2295005f5f307
interfaces: correctly handle bridges with VLAN filtering enabled

With VLAN-aware bridges, bridges are usually configured to filter
VLAN. In this case, we should not propagate VLAN from upper
interfaces.

Fix #377
src/daemon/interfaces.c
src/daemon/lldpd.h
src/daemon/netlink.c
tests/integration/fixtures/network.py
tests/integration/test_interfaces.py