mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-15 02:31:20 +02:00
https://github.com/alsmith/multicast-relay Relay broadcast and multicast packets between interfaces
18 lines
299 B
Plaintext
18 lines
299 B
Plaintext
# 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=""
|
|
|