aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/igmpproxy
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-19 20:37:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-19 20:37:40 +0000
commitf88687aaf9603e422ccda609a60a96c55912af9c (patch)
tree53656a77231b1dc3e05087d6a3984ba741f6a920 /package/network/services/igmpproxy
parentbb81ff2374525e401bd81f8dd21049685f1a792f (diff)
downloadupstream-f88687aaf9603e422ccda609a60a96c55912af9c.tar.gz
upstream-f88687aaf9603e422ccda609a60a96c55912af9c.tar.bz2
upstream-f88687aaf9603e422ccda609a60a96c55912af9c.zip
igmpproxy: add names for default config lan/wan phyint sections to make it easier to refer to them from scripts
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44896
Diffstat (limited to 'package/network/services/igmpproxy')
-rw-r--r--package/network/services/igmpproxy/files/igmpproxy.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/igmpproxy/files/igmpproxy.config b/package/network/services/igmpproxy/files/igmpproxy.config
index ca625ac94e..d2906329d6 100644
--- a/package/network/services/igmpproxy/files/igmpproxy.config
+++ b/package/network/services/igmpproxy/files/igmpproxy.config
@@ -1,11 +1,11 @@
config igmpproxy
option quickleave 1
-config phyint
+config phyint wan
option network wan
option direction upstream
list altnet 192.168.1.0/24
-config phyint
+config phyint lan
option network lan
option direction downstream