mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
https://github.com/alsmith/multicast-relay Relay broadcast and multicast packets between interfaces
17 lines
299 B
Text
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=""
|
|
|