[mcproxy] Update to latest version.
[feed/routing.git] / mcproxy / files / mcproxy.conf
index 533c0f925f9692247ccb9b6de7b05539a0b53928..60a655e545bdd08008de6b807803d166bdb4e9ba 100644 (file)
@@ -2,27 +2,13 @@
 ##-- mcproxy configuration script --##
 ######################################
 
-protocol MLDv2; #IPv6
-protocol IGMPv3; #IPv4
+# Erase or comment out the following line when configured
+disable;
 
-#pinstance myProxy: eth0 ==> eth1 eth2;
-#pinstance my_second_instance: tun1 ==> "vlan-eth0.2";
-
-#
-# This confiugration example creates 
-# a multicast proxy for ipv4 with the 
-# upstream eth0 and two downstreams. 
-#  
-#              |  
-#              |
-#       +------+-----+
-#       |    eth0    |
-#       |            |
-#       |  myProxy   |
-#       |            |
-#       | eth1  eth2 |
-#       +---+----+---+
-#           |    |
-#           |    |
-#
+# Protocol: IGMPv1|IGMPv2|IGMPv3 (IPv4) - MLDv1|MLDv2 (IPv6)
+protocol IGMPv3;
 
+# Proxy Instance: upstream ==> downstream
+pinstance proxy1: eth1 ==> "eth0.1";
+#pinstance proxy2: "eth0.2" ==> "br-lan";
+#pinstance proxy3: eth0 ==> eth1 eth2;