From 578ce55e56882062953e37d51e2c1cbebd437e35 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 1 May 2022 18:34:09 +0200 Subject: bcast-relay: T4353: fix Jinja2 linting errors --- data/templates/bcast-relay/udp-broadcast-relay.j2 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/templates/bcast-relay/udp-broadcast-relay.j2 (limited to 'data/templates/bcast-relay/udp-broadcast-relay.j2') diff --git a/data/templates/bcast-relay/udp-broadcast-relay.j2 b/data/templates/bcast-relay/udp-broadcast-relay.j2 new file mode 100644 index 000000000..75740e04c --- /dev/null +++ b/data/templates/bcast-relay/udp-broadcast-relay.j2 @@ -0,0 +1,5 @@ +### 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(' ') }}" -- cgit v1.2.3