]> git.ipfire.org Git - thirdparty/lldpd.git/commit
lldpd: add an option to keep some specified ports feature/keep-some-ports 274/head
authorVincent Bernat <vincent@bernat.im>
Sat, 17 Mar 2018 15:28:31 +0000 (16:28 +0100)
committerVincent Bernat <vincent@bernat.im>
Sat, 17 Mar 2018 16:04:47 +0000 (17:04 +0100)
commit0a78e14f879536e719e445c82a3a0559122dd156
tree8570d5dc6513816f8d0fc8ccc97de14365a2b3d9
parent246d153846ab978064346f403b780112e67e7fb3
lldpd: add an option to keep some specified ports

A user can specify a pattern of ports to not delete even when they are
removed from the system. If a port is removed from the system and
match the pattern, it will be kept in memory.
NEWS
src/client/conf-system.c
src/client/display.c
src/client/lldpcli.8.in
src/daemon/client.c
src/daemon/lldpd.c
src/lib/atoms/config.c
src/lib/lldpctl.h
src/lldpd-structs.c
src/lldpd-structs.h
tests/integration/test_lldpcli.py