b3799c86e2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29083 3c298f89-4303-0410-b956-a3cf2f4a3e73
44 lines
1.5 KiB
Plaintext
44 lines
1.5 KiB
Plaintext
########################################################
|
|
#
|
|
# Example configuration file for the IgmpProxy
|
|
# --------------------------------------------
|
|
#
|
|
# The configuration file must define one upstream
|
|
# interface, and one or more downstream interfaces.
|
|
#
|
|
# If multicast traffic originates outside the
|
|
# upstream subnet, the "altnet" option can be
|
|
# used in order to define legal multicast sources.
|
|
# (Se example...)
|
|
#
|
|
# The "quickleave" should be used to avoid saturation
|
|
# of the upstream link. The option should only
|
|
# be used if it's absolutely nessecary to
|
|
# accurately imitate just one Client.
|
|
#
|
|
########################################################
|
|
|
|
##------------------------------------------------------
|
|
## Enable Quickleave mode (Sends Leave instantly)
|
|
##------------------------------------------------------
|
|
quickleave
|
|
|
|
|
|
##------------------------------------------------------
|
|
## Configuration for eth0 (Upstream Interface)
|
|
##------------------------------------------------------
|
|
phyint br-wan upstream ratelimit 0 threshold 1
|
|
altnet 192.168.1.0/24
|
|
|
|
|
|
##------------------------------------------------------
|
|
## Configuration for eth1 (Downstream Interface)
|
|
##------------------------------------------------------
|
|
phyint br-lan downstream ratelimit 0 threshold 1
|
|
|
|
|
|
##------------------------------------------------------
|
|
## Configuration for eth2 (Disabled Interface)
|
|
##------------------------------------------------------
|
|
phyint eth2 disabled
|