diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-25 08:58:56 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-12-25 09:15:38 +0100 |
commit | a9201e77110ce0695e2ba879304aef41b7ac9a0c (patch) | |
tree | 4707cae8354a714773482b394a7669933ca98c6f /data/templates/lldp/lldpd.j2 | |
parent | 2490f22408ad811ff9f63ec970d0167ecbf4ab59 (diff) | |
download | vyos-1x-a9201e77110ce0695e2ba879304aef41b7ac9a0c.tar.gz vyos-1x-a9201e77110ce0695e2ba879304aef41b7ac9a0c.zip |
snmp: T5855: migrate "set service lldp snmp enable" to "set service lldp snmp"
Diffstat (limited to 'data/templates/lldp/lldpd.j2')
-rw-r--r-- | data/templates/lldp/lldpd.j2 | 2 |
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 }}" |