]> git.ipfire.org Git - thirdparty/lldpd.git/commit
lldpcli: remove redundant "ports" parameters from cap and mgmt cmds
authorYaroslav Fedoriachenko <yar.fed99@gmail.com>
Tue, 21 Sep 2021 16:14:00 +0000 (19:14 +0300)
committerVincent Bernat <vincent@bernat.ch>
Tue, 21 Sep 2021 17:43:20 +0000 (19:43 +0200)
commitb5f1e342acc5bde48ac4ded755282140d244d862
tree7d8a3c7a4fe5d38d65b8ac1d90806920ab97e27a
parentfed5564a9e78ecfb17574a2c7b013d08c510bd24
lldpcli: remove redundant "ports" parameters from cap and mgmt cmds

The commands below were introduced as global commands, but all of them
except the first one were missing code to ignore "ports" parameter
```
configure lldp capabilities-advertisements
unconfigure lldp capabilities-advertisements
unconfigure lldp management-addresses-advertisements
configure lldp management-addresses-advertisements
```

Signed-off-by: Yaroslav Fedoriachenko <yar.fed99@gmail.com>
src/client/conf-lldp.c