mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-26 01:23:14 +01:00
Insure that 32767 default rule exists on IPv6.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
ccdda4c73b
commit
3258806f6c
@ -602,6 +602,8 @@ sub add_a_provider( $$ ) {
|
||||
$fallback = 1;
|
||||
}
|
||||
|
||||
emit ( qq(\nqt \$IP rule add from all table ) . DEFAULT_TABLE . qq( prio 32767\n) ) if $family == F_IPV6;
|
||||
|
||||
unless ( $local ) {
|
||||
emit '';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user