summaryrefslogtreecommitdiff
path: root/data/templates/bcast-relay/udp-broadcast-relay.tmpl
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-05-01 18:34:09 +0200
committerChristian Poessinger <christian@poessinger.com>2022-05-01 18:34:09 +0200
commit578ce55e56882062953e37d51e2c1cbebd437e35 (patch)
tree650e0b5dbd7c3450c49fa8ef75bb517ee4f2e6a5 /data/templates/bcast-relay/udp-broadcast-relay.tmpl
parent9beeba732c2669024e76928cff12ef95e4f16c78 (diff)
downloadvyos-1x-578ce55e56882062953e37d51e2c1cbebd437e35.tar.gz
vyos-1x-578ce55e56882062953e37d51e2c1cbebd437e35.zip
bcast-relay: T4353: fix Jinja2 linting errors
Diffstat (limited to 'data/templates/bcast-relay/udp-broadcast-relay.tmpl')
-rw-r--r--data/templates/bcast-relay/udp-broadcast-relay.tmpl5
1 files changed, 0 insertions, 5 deletions
diff --git a/data/templates/bcast-relay/udp-broadcast-relay.tmpl b/data/templates/bcast-relay/udp-broadcast-relay.tmpl
deleted file mode 100644
index 75740e04c..000000000
--- a/data/templates/bcast-relay/udp-broadcast-relay.tmpl
+++ /dev/null
@@ -1,5 +0,0 @@
-### Autogenerated by bcast_relay.py ###
-
-# UDP broadcast relay configuration for instance {{ id }}
-{{ '# ' ~ description if description is vyos_defined }}
-DAEMON_ARGS="{{ '-s ' ~ address if address is vyos_defined }} {{ instance }} {{ port }} {{ interface | join(' ') }}"