summaryrefslogtreecommitdiff
path: root/data/templates/bcast-relay/udp-broadcast-relay.j2
blob: 75740e04c8db1ca99ccdcc5a86716dec87d450c1 (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 vyos_defined }} {{ instance }} {{ port }} {{ interface | join(' ') }}"