From e49c6bc4d75f8da34c73193fc3b2d86904fb5ba5 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 26 May 2010 20:14:42 +0000 Subject: [package] comgt: remove obsolete iptables support code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21574 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/comgt/files/3g.iface | 6 ------ 1 file changed, 6 deletions(-) (limited to 'package/comgt/files') diff --git a/package/comgt/files/3g.iface b/package/comgt/files/3g.iface index cd4e4cc5c6..a89f053873 100644 --- a/package/comgt/files/3g.iface +++ b/package/comgt/files/3g.iface @@ -6,15 +6,9 @@ config_get proto "$INTERFACE" proto config_get iface "$INTERFACE" ifname case "$ACTION" in ifup) - iptables -I LAN_ACCEPT 1 -i "$iface" -j RETURN - iptables -A FORWARD -o "$iface" -j ACCEPT - iptables -t nat -A POSTROUTING -o "$iface" -j MASQUERADE set_3g_led 1 1 0 ;; ifdown) - iptables -D LAN_ACCEPT -i "$iface" -j RETURN - iptables -D FORWARD -o "$iface" -j ACCEPT - iptables -t nat -D POSTROUTING -o "$iface" -j MASQUERADE set_3g_led 0 0 0 ;; esac -- cgit v1.2.3