Make IPv6 Auth default consistent with IPv4

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-04-04 12:59:09 -07:00
parent 646572098c
commit a96ee0ab9a

View File

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