diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-05-01 18:51:22 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-05-01 18:51:22 +0200 |
commit | f0a13824f39f9da95c77234ad000ce66c3c3b04e (patch) | |
tree | adcda4832b61674a70f4e0f3ac62407dea5e9bcf /data/templates/lldp/lldpd.tmpl | |
parent | 92f266b733a552b33ebadc6df3328d2c43c351cb (diff) | |
download | vyos-1x-f0a13824f39f9da95c77234ad000ce66c3c3b04e.tar.gz vyos-1x-f0a13824f39f9da95c77234ad000ce66c3c3b04e.zip |
lldp: T4353: fix Jinja2 linting errors
Diffstat (limited to 'data/templates/lldp/lldpd.tmpl')
-rw-r--r-- | data/templates/lldp/lldpd.tmpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/templates/lldp/lldpd.tmpl b/data/templates/lldp/lldpd.tmpl deleted file mode 100644 index 9ab1e4367..000000000 --- a/data/templates/lldp/lldpd.tmpl +++ /dev/null @@ -1,2 +0,0 @@ -### Autogenerated by lldp.py ### -DAEMON_ARGS="-M 4{% if snmp.enable is vyos_defined %} -x{% endif %}{% if legacy_protocols.cdp is vyos_defined %} -c{% endif %}{% if legacy_protocols.edp is vyos_defined %} -e{% endif %}{% if legacy_protocols.fdp is vyos_defined %} -f{% endif %}{% if legacy_protocols.sonmp is vyos_defined %} -s{% endif %}" |