]> git.ipfire.org Git - thirdparty/lldpd.git/commit
ports: allow sending LLDP frames on a specified VLAN 410/head
authorMichal Wasiak <michal.wasiak@gmail.com>
Fri, 3 Jul 2020 18:36:03 +0000 (20:36 +0200)
committerMichal Wasiak <michal.wasiak@gmail.com>
Tue, 18 Aug 2020 14:50:17 +0000 (16:50 +0200)
commit1e85286ae2f2454c7b8f5a2f3ab69b6682ffd884
tree86b68e7594b1594c91a810aa4dc9bccf6fada576
parentdd657388f91ae14c52aefc9a45c71ca6f63e2533
ports: allow sending LLDP frames on a specified VLAN

The current limitation is that the frames are sent only on one VLAN per port.
NEWS
src/client/conf-lldp.c
src/client/display.c
src/client/lldpcli.8.in
src/daemon/client.c
src/daemon/protocols/lldp.c
src/lib/atoms/port.c
src/lib/lldpctl.h
src/lldpd-structs.h
tests/check_lldp.c
tests/integration/test_basic.py