X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=mcproxy%2Ffiles%2Fmcproxy.conf;h=533c0f925f9692247ccb9b6de7b05539a0b53928;hb=b9b89377ed549bc14ead89ee5443136d48d9f008;hp=d538daa66b7ff6c7b16cdf1fe3a05a6d7e7ab09c;hpb=ad9d95cca240fa0edd8e033126877ec58ed848d8;p=lede-routing%2F.git diff --git a/mcproxy/files/mcproxy.conf b/mcproxy/files/mcproxy.conf index d538daa..533c0f9 100644 --- a/mcproxy/files/mcproxy.conf +++ b/mcproxy/files/mcproxy.conf @@ -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";