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