diff options
| author | Christian Poessinger <christian@poessinger.com> | 2020-04-05 20:16:35 +0200 |
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2020-04-05 20:16:35 +0200 |
| commit | 912ffbfc78c336bf783c022cd53e8a653863b178 (patch) | |
| tree | bef4ac6011fb959815b90a2155586dca829108b0 /data | |
| parent | 8d74fc8f93ddf891eb0fd9ae862d2bdb4219921d (diff) | |
| download | vyos-1x-912ffbfc78c336bf783c022cd53e8a653863b178.tar.gz vyos-1x-912ffbfc78c336bf783c022cd53e8a653863b178.zip | |
broadcast-relay: T2230: move inlined templates to dedicated files
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/bcast-relay/udp-broadcast-relay.tmpl | 7 |
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(' ') }}" |
