Fix typos in action.dropNotSyn

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2017-03-07 14:37:08 -08:00
parent 0ec7bc846e
commit fe4aaee1b4
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -29,10 +29,10 @@ DEFAULTS -
?if passed(@1)
?if @1 eq 'audit'
?require AUDIT_TARGET
A_DROP {proto=6!syn}
A_DROP {proto=6:!syn}
?else
?error "Invalid argument (@1) to dropNotSyn"
?endif
?else
DROP {proto=6!syn}
DROP {proto=6:!syn}
?endif