From f0a13824f39f9da95c77234ad000ce66c3c3b04e Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 1 May 2022 18:51:22 +0200 Subject: lldp: T4353: fix Jinja2 linting errors --- data/templates/lldp/lldpd.j2 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/templates/lldp/lldpd.j2 (limited to 'data/templates/lldp/lldpd.j2') diff --git a/data/templates/lldp/lldpd.j2 b/data/templates/lldp/lldpd.j2 new file mode 100644 index 000000000..3c499197d --- /dev/null +++ b/data/templates/lldp/lldpd.j2 @@ -0,0 +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 }}" -- cgit v1.2.3