summaryrefslogtreecommitdiff
path: root/data/templates/bcast-relay/udp-broadcast-relay.tmpl
blob: 7b2b9b1a246c53caeeb0c75cced403b8373dc34d (plain)
1
2
3
4
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 defined }} {{ instance }} {{ port }} {{ interface | join(' ') }}"