1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/testing/multicast-relay/multicast-relay.confd
Magnus Sandin 8fa4cbc113 testing/multicast-relay: new aport
https://github.com/alsmith/multicast-relay
Relay broadcast and multicast packets between interfaces
2021-12-22 06:48:33 +00:00

17 lines
299 B
Text

# INTERFACES
# List all interfaces that multicast shall be routed between
# This is mandatory!!
#
# Example
# INTERFACES="eth0 eth1"
#
INTERFACES=""
# EXTRA_PARAMETERS
# Any extra parameters to append as arguments
#
# Example
# EXTRA_PARAMETERS="--noSSDP --noSonosDiscovery"
#
EXTRA_PARAMETERS=""