mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12767 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7f0d2f2042
commit
1e14eeaa9f
@ -354,9 +354,9 @@ fw_custom_chains_zone() {
|
||||
$IPTABLES -N input_${zone}
|
||||
$IPTABLES -N forwarding_${zone}
|
||||
$IPTABLES -N prerouting_${zone} -t nat
|
||||
$IPTABLES -A zone_${zone} -j input_${zone}
|
||||
$IPTABLES -A zone_${zone}_forward -j forwarding_${zone}
|
||||
$IPTABLES -A zone_${zone}_prerouting -t nat -j prerouting_${zone}
|
||||
$IPTABLES -I zone_${zone} 1 -j input_${zone}
|
||||
$IPTABLES -I zone_${zone}_forward 1 -j forwarding_${zone}
|
||||
$IPTABLES -I zone_${zone}_prerouting 1 -t nat -j prerouting_${zone}
|
||||
}
|
||||
|
||||
fw_init() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user