mirror of
https://github.com/openwrt/routing.git
synced 2025-12-22 01:44:32 +04:00
Avoid building for GCC 4.4 and GCC 4.6 (no c++11 support). Move to routing and redirection menu. Config cleanup (disable until configured, protocol info, example instances).
15 lines
425 B
Plaintext
15 lines
425 B
Plaintext
######################################
|
|
##-- mcproxy configuration script --##
|
|
######################################
|
|
|
|
# Erase or comment out the following line when configured
|
|
disable;
|
|
|
|
# Protocol: IGMPv1|IGMPv2|IGMPv3 (IPv4) - MLDv1|MLDv2 (IPv6)
|
|
protocol IGMPv3;
|
|
|
|
# Proxy Instance: upstream ==> downstream
|
|
pinstance proxy1: eth1 ==> "eth0.1";
|
|
#pinstance proxy2: "eth0.2" ==> "br-lan";
|
|
#pinstance proxy3: eth0 ==> eth1 eth2;
|