mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-26 01:23:14 +01:00
Make IPv6 Auth default consistent with IPv4
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
646572098c
commit
a96ee0ab9a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user