4 Commits

Author SHA1 Message Date
Christian Breunig
4036e6c907 lldp: T7165: add support to enable only rx or tx on specific interface
LLDP is a stateless protocol which does not necessitate sending to receive
advertisements. There are multiple scenarios such as provider peering links in
which it is advantageous to receive LLDP but not disclose internal information
to the provider.

Add new CLI command:
* set service lldp interface <name> mode [disable|rx-tx|rx|tx]

The default is unchanged and will be rx-tx.

Furthermore if an interface has an explicit LLDP disable configured under
"set service lldp interface <name> disable" this will be migrated to
"set service lldp interface <name> mode disable"
2025-02-24 21:16:03 +01:00
Christian Breunig
0ed155b055 snmp: T5855: migrate "set service lldp snmp enable" to "set service lldp snmp" 2023-12-25 09:14:05 +01:00
rebortg
da08cd126c service: fix lint errors 2020-12-11 16:02:04 +01:00
rebortg
8943fc9f87 arrange services and protocols 2020-11-30 20:53:36 +01:00