summaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-12-25 08:58:56 +0100
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2023-12-25 10:01:42 +0000
commit1902f252c4c270cf7981fecd486e293ec2182fd9 (patch)
treea764448c31a4b0a15ecb488331bca6c8c30d4b5e /data/templates
parent4b3eca1e08603ed8c97d7b352e567e2e8570eac4 (diff)
downloadvyos-1x-1902f252c4c270cf7981fecd486e293ec2182fd9.tar.gz
vyos-1x-1902f252c4c270cf7981fecd486e293ec2182fd9.zip
snmp: T5855: migrate "set service lldp snmp enable" to "set service lldp snmp"
(cherry picked from commit a9201e77110ce0695e2ba879304aef41b7ac9a0c)
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/lldp/lldpd.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/lldp/lldpd.j2 b/data/templates/lldp/lldpd.j2
index 3c499197d..6ae063c4b 100644
--- a/data/templates/lldp/lldpd.j2
+++ b/data/templates/lldp/lldpd.j2
@@ -1,2 +1,2 @@
### Autogenerated by lldp.py ###
-DAEMON_ARGS="-M 4 {{ '-x' if snmp.enable is vyos_defined }} {{ '-c' if legacy_protocols.cdp is vyos_defined }} {{ '-e' if legacy_protocols.edp is vyos_defined }} {{ '-f' if legacy_protocols.fdp is vyos_defined }} {{ '-s' if legacy_protocols.sonmp is vyos_defined }}"
+DAEMON_ARGS="-M 4 {{ '-x' if snmp is vyos_defined }} {{ '-c' if legacy_protocols.cdp is vyos_defined }} {{ '-e' if legacy_protocols.edp is vyos_defined }} {{ '-f' if legacy_protocols.fdp is vyos_defined }} {{ '-s' if legacy_protocols.sonmp is vyos_defined }}"