summaryrefslogtreecommitdiff
path: root/data/templates/bcast-relay
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-04-05 20:16:35 +0200
committerChristian Poessinger <christian@poessinger.com>2020-04-05 20:16:35 +0200
commit912ffbfc78c336bf783c022cd53e8a653863b178 (patch)
treebef4ac6011fb959815b90a2155586dca829108b0 /data/templates/bcast-relay
parent8d74fc8f93ddf891eb0fd9ae862d2bdb4219921d (diff)
downloadvyos-1x-912ffbfc78c336bf783c022cd53e8a653863b178.tar.gz
vyos-1x-912ffbfc78c336bf783c022cd53e8a653863b178.zip
broadcast-relay: T2230: move inlined templates to dedicated files
Diffstat (limited to 'data/templates/bcast-relay')
-rw-r--r--data/templates/bcast-relay/udp-broadcast-relay.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/templates/bcast-relay/udp-broadcast-relay.tmpl b/data/templates/bcast-relay/udp-broadcast-relay.tmpl
new file mode 100644
index 000000000..3d8c3fe94
--- /dev/null
+++ b/data/templates/bcast-relay/udp-broadcast-relay.tmpl
@@ -0,0 +1,7 @@
+### Autogenerated by bcast_relay.py ###
+
+# UDP broadcast relay configuration for instance {{ id }}
+{%- if description %}
+# Comment: {{ description }}
+{% endif %}
+DAEMON_ARGS="{% if address %}-s {{ address }} {% endif %}{{ id }} {{ port }} {{ interfaces | join(' ') }}"