summaryrefslogtreecommitdiff
path: root/data/templates/lldp/lldpd.j2
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/lldp/lldpd.j2')
-rw-r--r--data/templates/lldp/lldpd.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/data/templates/lldp/lldpd.j2 b/data/templates/lldp/lldpd.j2
new file mode 100644
index 0000000..2238fe1
--- /dev/null
+++ b/data/templates/lldp/lldpd.j2
@@ -0,0 +1,2 @@
+### Autogenerated by service_lldp.py ###
+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 }}"