shorewall_code/Shorewall/action.NotSyn
Tom Eastep 33343aaf17 Modify TCP-specific actions to use + in inline_matches
Signed-off-by: Tom Eastep <teastep@shorewall.net>
2016-03-12 17:01:52 -08:00

25 lines
447 B
Plaintext

#
# Shorewall - NotSyn Action
#
# /usr/share/shorewall/action.NotSyn
#
# NotSyn[([<action>])]
#
# Default action is DROP
#
##########################################################################################
DEFAULTS DROP,-
?if @2 ne '' && @2 ne '-'
?if @2 eq 'audit'
DEFAULTS A_DROP,-
?else
?error The second parameter to NotSyn must be 'audit' or '-'
?endif
?else
DEFAULTS DROP,-
?endif
@1 - - ;;+ -p 6 ! --syn