mcproxy: add initial
[lede-routing/.git] / mcproxy / files / mcproxy.conf
1 ######################################
2 ##-- mcproxy configuration script --##
3 ######################################
4
5 protocol MLDv2; #IPv6
6 protocol IGMPv3; #IPv4
7
8 #pinstance myProxy: eth0 ==> eth1 eth2;
9 #pinstance my_second_instance: tun1 ==> "vlan-eth0.2";
10
11 #
12 # This confiugration example creates 
13 # a multicast proxy for ipv4 with the 
14 # upstream eth0 and two downstreams. 
15 #  
16 #              |  
17 #              |
18 #       +------+-----+
19 #       |    eth0    |
20 #       |            |
21 #       |  myProxy   |
22 #       |            |
23 #       | eth1  eth2 |
24 #       +---+----+---+
25 #           |    |
26 #           |    |
27 #
28