diff options
Diffstat (limited to 'data/templates/bcast-relay/udp-broadcast-relay.j2')
-rw-r--r-- | data/templates/bcast-relay/udp-broadcast-relay.j2 | 5 |
1 files changed, 5 insertions, 0 deletions
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 0000000..3f5b5bb --- /dev/null +++ b/data/templates/bcast-relay/udp-broadcast-relay.j2 @@ -0,0 +1,5 @@ +### Autogenerated by service_broadcast-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(' ') }}" |