[mcproxy] Update to latest version.
[feed/routing.git] / mcproxy / files / mcproxy.conf
1 ######################################
2 ##-- mcproxy configuration script --##
3 ######################################
4
5 # Erase or comment out the following line when configured
6 disable;
7
8 # Protocol: IGMPv1|IGMPv2|IGMPv3 (IPv4) - MLDv1|MLDv2 (IPv6)
9 protocol IGMPv3;
10
11 # Proxy Instance: upstream ==> downstream
12 pinstance proxy1: eth1 ==> "eth0.1";
13 #pinstance proxy2: "eth0.2" ==> "br-lan";
14 #pinstance proxy3: eth0 ==> eth1 eth2;