[packages_10.03.2] igmpproxy: merge r29083
[10.03/packages.git] / net / igmpproxy / files / igmpproxy.conf
1 ########################################################
2 #
3 #   Example configuration file for the IgmpProxy
4 #   --------------------------------------------
5 #
6 #   The configuration file must define one upstream
7 #   interface, and one or more downstream interfaces.
8 #
9 #   If multicast traffic originates outside the
10 #   upstream subnet, the "altnet" option can be
11 #   used in order to define legal multicast sources.
12 #   (Se example...)
13 #
14 #   The "quickleave" should be used to avoid saturation
15 #   of the upstream link. The option should only
16 #   be used if it's absolutely nessecary to
17 #   accurately imitate just one Client.
18 #
19 ########################################################
20
21 ##------------------------------------------------------
22 ## Enable Quickleave mode (Sends Leave instantly)
23 ##------------------------------------------------------
24 quickleave
25
26
27 ##------------------------------------------------------
28 ## Configuration for eth0 (Upstream Interface)
29 ##------------------------------------------------------
30 phyint br-wan upstream  ratelimit 0  threshold 1
31         altnet 192.168.1.0/24
32
33
34 ##------------------------------------------------------
35 ## Configuration for eth1 (Downstream Interface)
36 ##------------------------------------------------------
37 phyint br-lan downstream  ratelimit 0  threshold 1
38
39
40 ##------------------------------------------------------
41 ## Configuration for eth2 (Disabled Interface)
42 ##------------------------------------------------------
43 phyint eth2 disabled