summaryrefslogtreecommitdiff
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:17:53 +0100
commite037e80cba316845d0fedd377ab294d4104cffbf (patch)
treecaf45624079f02c09e3394bb1379e0ec0167c90b
parent0b2c6c3226bf9f25de7848a36fdcf88336889211 (diff)
downloadvyos-1x-e037e80cba316845d0fedd377ab294d4104cffbf.tar.gz
vyos-1x-e037e80cba316845d0fedd377ab294d4104cffbf.zip
[broadcast-relay] T1224: fix missing newline between comment and options.
-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 = {