diff options
Diffstat (limited to 'package/firewall')
| -rwxr-xr-x | package/firewall/files/uci_firewall.sh | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/package/firewall/files/uci_firewall.sh b/package/firewall/files/uci_firewall.sh index 93259fc96..579a8a6c3 100755 --- a/package/firewall/files/uci_firewall.sh +++ b/package/firewall/files/uci_firewall.sh @@ -77,6 +77,7 @@ addif() {  delif() {  	logger "removing $1 from firewall zone $2"  	$IPTABLES -D input -i $1 -j zone_$2 +	$IPTABLES -D zone_$2_MSSFIX -o $1 -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu  	$IPTABLES -D zone_$2_ACCEPT -o $1 -j ACCEPT  	$IPTABLES -D zone_$2_DROP -o $1 -j DROP  	$IPTABLES -D zone_$2_REJECT -o $1 -j reject | 
