summaryrefslogtreecommitdiff
path: root/data/templates/bcast-relay/udp-broadcast-relay.j2
blob: 3f5b5bbe351bebd983216b1cd57df89e64e39b24 (plain)
1
2
3
4
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(' ') }}"