diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-25 11:11:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-25 11:11:08 +0100 |
commit | 7f16fffe0afc76fa780f5044d06dfc754332860e (patch) | |
tree | a764448c31a4b0a15ecb488331bca6c8c30d4b5e /interface-definitions/lldp.xml.in | |
parent | b1a35b8ae02c7a72ee29bf3e1595fedf254479ee (diff) | |
parent | 1902f252c4c270cf7981fecd486e293ec2182fd9 (diff) | |
download | vyos-1x-7f16fffe0afc76fa780f5044d06dfc754332860e.tar.gz vyos-1x-7f16fffe0afc76fa780f5044d06dfc754332860e.zip |
Merge pull request #2688 from vyos/mergify/bp/sagitta/pr-2687
snmp: T5855: migrate "set service lldp snmp enable" to "set service lldp snmp" (backport #2687)
Diffstat (limited to 'interface-definitions/lldp.xml.in')
-rw-r--r-- | interface-definitions/lldp.xml.in | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/interface-definitions/lldp.xml.in b/interface-definitions/lldp.xml.in index 738bb11c1..25fb575b6 100644 --- a/interface-definitions/lldp.xml.in +++ b/interface-definitions/lldp.xml.in @@ -175,19 +175,12 @@ <multi/> </properties> </leafNode> - <node name="snmp"> + <leafNode name="snmp"> <properties> - <help>SNMP parameters for LLDP</help> + <help>Enable SNMP queries of the LLDP database</help> + <valueless/> </properties> - <children> - <leafNode name="enable"> - <properties> - <help>Enable SNMP queries of the LLDP database</help> - <valueless/> - </properties> - </leafNode> - </children> - </node> + </leafNode> </children> </node> </children> |