olsrd: avoid fake startup-error messages
[lede-routing/.git] / mcproxy / files / mcproxy.conf
index d538daa66b7ff6c7b16cdf1fe3a05a6d7e7ab09c..60a655e545bdd08008de6b807803d166bdb4e9ba 100644 (file)
@@ -5,13 +5,10 @@
 # Erase or comment out the following line when configured
 disable;
 
-# IPv4
+# Protocol: IGMPv1|IGMPv2|IGMPv3 (IPv4) - MLDv1|MLDv2 (IPv6)
 protocol IGMPv3;
-# IPv6
-#protocol MLDv2;
 
-# Upstream eth1 and downstream eth0.1
-pinstance proxy: eth1 ==> "eth0.1";
-
-# Upstream eth0.2 and downstream lan
-#pinstance proxy: "eth0.2" ==> "br-lan";
+# Proxy Instance: upstream ==> downstream
+pinstance proxy1: eth1 ==> "eth0.1";
+#pinstance proxy2: "eth0.2" ==> "br-lan";
+#pinstance proxy3: eth0 ==> eth1 eth2;