]> git.ipfire.org Git - thirdparty/lldpd.git/commit
interfaces: enable matching on interface name for management address feature/management-device
authorVincent Bernat <vincent@bernat.ch>
Sun, 15 Sep 2019 15:45:52 +0000 (17:45 +0200)
committerVincent Bernat <vincent@bernat.ch>
Sun, 15 Sep 2019 15:47:41 +0000 (17:47 +0200)
commit68bc4a4d6293dabb5fc7761fa41e01cd41632311
treee38d5fbf2fc67fad6504cbc464237571a172702e
parentd94afe74b665c63b3cb9681f131706a11f1faf75
interfaces: enable matching on interface name for management address

We allow the user to match a management address using the interface
name by specifying the interface name as a pattern. The same rules as
for specifying IP patterns apply but there is no notion of exact match
for an interface.

Fix #349.
NEWS
src/client/lldpcli.8.in
src/daemon/interfaces-bsd.c
src/daemon/interfaces-linux.c
src/daemon/interfaces-solaris.c
src/daemon/interfaces.c
src/daemon/lldpd.8.in
src/daemon/lldpd.h
tests/integration/test_basic.py