forked from extern/shorewall_code
Remove PSH from the FIN action
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
821d72093a
commit
4ab8e1f0a2
@ -30,4 +30,4 @@
|
|||||||
|
|
||||||
DEFAULTS ACCEPT,-
|
DEFAULTS ACCEPT,-
|
||||||
|
|
||||||
@1 - - ;;+ -p 6 --tcp-flags ACK,FIN,PSH ACK,FIN,PSH
|
@1 - - ;;+ -p 6 --tcp-flags ACK,FIN ACK,FIN
|
||||||
|
@ -37,7 +37,7 @@ DropDNSrep inline,proto=17 # Drops DNS replies
|
|||||||
DropSmurfs noinline # Drop smurf packets
|
DropSmurfs noinline # Drop smurf packets
|
||||||
Established inline,\ # Handles packets in the ESTABLISHED state
|
Established inline,\ # Handles packets in the ESTABLISHED state
|
||||||
state=ESTABLISHED #
|
state=ESTABLISHED #
|
||||||
FIN inline,audit,\ # Handles ACK,FIN,PSH packets
|
FIN inline,audit,\ # Handles ACK,FIN packets
|
||||||
proto=6
|
proto=6
|
||||||
forwardUPnP noinline # Allow traffic that upnpd has redirected from 'upnp' interfaces.
|
forwardUPnP noinline # Allow traffic that upnpd has redirected from 'upnp' interfaces.
|
||||||
GlusterFS inline # Handles GlusterFS
|
GlusterFS inline # Handles GlusterFS
|
||||||
|
Loading…
Reference in New Issue
Block a user