Merge commit 'ad9d95cca240fa0edd8e033126877ec58ed848d8'
[lede-routing/.git] / mcproxy / files / mcproxy.conf
index 533c0f925f9692247ccb9b6de7b05539a0b53928..d538daa66b7ff6c7b16cdf1fe3a05a6d7e7ab09c 100644 (file)
@@ -2,27 +2,16 @@
 ##-- 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";
+# IPv4
+protocol IGMPv3;
+# IPv6
+#protocol MLDv2;
 
-#
-# This confiugration example creates 
-# a multicast proxy for ipv4 with the 
-# upstream eth0 and two downstreams. 
-#  
-#              |  
-#              |
-#       +------+-----+
-#       |    eth0    |
-#       |            |
-#       |  myProxy   |
-#       |            |
-#       | eth1  eth2 |
-#       +---+----+---+
-#           |    |
-#           |    |
-#
+# Upstream eth1 and downstream eth0.1
+pinstance proxy: eth1 ==> "eth0.1";
 
+# Upstream eth0.2 and downstream lan
+#pinstance proxy: "eth0.2" ==> "br-lan";