From 78f2c9df62f0798e0a5b97f4a50cf37dc4c8c06c Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 13 Jan 2007 19:53:28 +0000 Subject: [PATCH] Really add the configuration file #1192 SVN-Revision: 6090 --- net/igmpproxy/files/igmpproxy.conf | 43 ++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 net/igmpproxy/files/igmpproxy.conf diff --git a/net/igmpproxy/files/igmpproxy.conf b/net/igmpproxy/files/igmpproxy.conf new file mode 100644 index 000000000..cffc80fc0 --- /dev/null +++ b/net/igmpproxy/files/igmpproxy.conf @@ -0,0 +1,43 @@ +######################################################## +# +# 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 vlan0 upstream ratelimit 0 threshold 1 + altnet 192.168.1.0/24 + + +##------------------------------------------------------ +## Configuration for eth1 (Downstream Interface) +##------------------------------------------------------ +phyint vlan1 downstream ratelimit 0 threshold 1 + + +##------------------------------------------------------ +## Configuration for eth2 (Disabled Interface) +##------------------------------------------------------ +phyint eth2 disabled -- 2.30.2