mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[package] firewall: relocate TCPMSS rules into mangle table, add code to selectively clear them out again
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28669 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -67,6 +67,12 @@ fw_stop() {
|
||||
[ -n "$i" ] && env -i ACTION=remove ZONE="$z" \
|
||||
INTERFACE="$n" DEVICE="$i" /sbin/hotplug-call firewall
|
||||
done
|
||||
|
||||
config_get i core "${z}_tcpmss"
|
||||
[ "$i" == 1 ] && {
|
||||
fw del i m FORWARD zone_${z}_MSSFIX
|
||||
fw del i m zone_${z}_MSSFIX
|
||||
}
|
||||
done
|
||||
|
||||
fw_clear ACCEPT
|
||||
|
||||
Reference in New Issue
Block a user