diff --git a/Shorewall6/action.Drop b/Shorewall6/action.Drop index 5481eb445..63933a92d 100644 --- a/Shorewall6/action.Drop +++ b/Shorewall6/action.Drop @@ -19,8 +19,8 @@ # # 1 - 'audit' or '-'. Default is '-' which means don't audit in builtin # actions. -# 2 - Action to take with Auth requests. Default is REJECT or A_REJECT, -# depending on the setting of the first parameter. +# 2 - Action to take with Auth requests. Default is to do nothing special +# with them. # 3 - Action to take with SMB requests. Default is DROP or A_DROP, # depending on the setting of the first parameter. # 4 - Action to take with required ICMP packets. Default is ACCEPT or @@ -34,12 +34,12 @@ ?if passed($1) ?if $1 eq 'audit' -DEFAULTS -,A_REJECT,A_DROP,A_ACCEPT,A_DROP +DEFAULTS -,-,A_DROP,A_ACCEPT,A_DROP ?else ?error The first parameter to Drop must be 'audit' or '-' ?endif ?else -DEFAULTS -,REJECT,DROP,ACCEPT,DROP +DEFAULTS -,-,DROP,ACCEPT,DROP ?endif #TARGET SOURCE DEST PROTO DPORT SPORT