* applications/luci-fw: Fixed initscript
authorSteven Barth <steven@midlink.org>
Wed, 14 May 2008 20:16:56 +0000 (20:16 +0000)
committerSteven Barth <steven@midlink.org>
Wed, 14 May 2008 20:16:56 +0000 (20:16 +0000)
applications/luci-fw/root/etc/init.d/luci_fw

index 51faef9..5f09b52 100644 (file)
@@ -59,14 +59,14 @@ apply_routing() {
                config_get ifmask "$iface" netmask
                eval "$(ipcalc.sh $ifip $ifmask)"
                
                config_get ifmask "$iface" netmask
                eval "$(ipcalc.sh $ifip $ifmask)"
                
-               iptables -t nat -A luci_freifunk_postrouting -s "$NETWORK/$PREFIX" -o "$oface" -j MASQUERADE
+               iptables -t nat -A luci_fw_postrouting -s "$NETWORK/$PREFIX" -o "$ofname" -j MASQUERADE
                
                [ "$bidi" -gt 0 ] && {
                        config_get ofip "$oface" ipaddr
                        config_get ofmask "$oface" netmask
                        eval "$(ipcalc.sh $ofip $ofmask)"
                        
                
                [ "$bidi" -gt 0 ] && {
                        config_get ofip "$oface" ipaddr
                        config_get ofmask "$oface" netmask
                        eval "$(ipcalc.sh $ofip $ofmask)"
                        
-                       iptables -t nat -A luci_freifunk_postrouting -s "$NETWORK/$PREFIX" -o "$iface" -j MASQUERADE            
+                       iptables -t nat -A luci_fw_postrouting -s "$NETWORK/$PREFIX" -o "$ifname" -j MASQUERADE         
                }
        }
 }
                }
        }
 }