mcproxy: add initial
[feed/routing.git] / mcproxy / files / mcproxy.conf
index d538daa66b7ff6c7b16cdf1fe3a05a6d7e7ab09c..533c0f925f9692247ccb9b6de7b05539a0b53928 100644 (file)
@@ -2,16 +2,27 @@
 ##-- mcproxy configuration script --##
 ######################################
 
-# Erase or comment out the following line when configured
-disable;
+protocol MLDv2; #IPv6
+protocol IGMPv3; #IPv4
 
-# IPv4
-protocol IGMPv3;
-# IPv6
-#protocol MLDv2;
+#pinstance myProxy: eth0 ==> eth1 eth2;
+#pinstance my_second_instance: tun1 ==> "vlan-eth0.2";
 
-# Upstream eth1 and downstream eth0.1
-pinstance proxy: eth1 ==> "eth0.1";
+#
+# This confiugration example creates 
+# a multicast proxy for ipv4 with the 
+# upstream eth0 and two downstreams. 
+#  
+#              |  
+#              |
+#       +------+-----+
+#       |    eth0    |
+#       |            |
+#       |  myProxy   |
+#       |            |
+#       | eth1  eth2 |
+#       +---+----+---+
+#           |    |
+#           |    |
+#
 
-# Upstream eth0.2 and downstream lan
-#pinstance proxy: "eth0.2" ==> "br-lan";