summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2019-02-01 03:16:44 +0100
committerDaniil Baturin <daniil@baturin.org>2019-02-01 03:16:44 +0100
commit94860b853a41ce241598cb55966f4c2841cd2c1b (patch)
tree4c134d4864dbc31a1f8025188bbde8074e9e43e7 /src
parent4ec13c0f8bc62fb6047980b95e753216030b5054 (diff)
downloadvyos-1x-94860b853a41ce241598cb55966f4c2841cd2c1b.tar.gz
vyos-1x-94860b853a41ce241598cb55966f4c2841cd2c1b.zip
[broadcast-relay] T1224: fix missing newline between comment and options.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/conf_mode/bcast_relay.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/conf_mode/bcast_relay.py b/src/conf_mode/bcast_relay.py
index d1257d4a5..8889e701c 100755
--- a/src/conf_mode/bcast_relay.py
+++ b/src/conf_mode/bcast_relay.py
@@ -32,8 +32,9 @@ config_tmpl = """
# UDP broadcast relay configuration for instance {{ id }}
{%- if description %}
# Comment: {{ description }}
-{% endif -%}
+{% endif %}
DAEMON_ARGS="{% if address %}-s {{ address }} {% endif %}{{ id }} {{ port }} {{ interfaces | join(' ') }}"
+
"""
default_config_data = {