Insure that 32767 default rule exists on IPv6.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-10-24 21:15:09 -07:00
parent ccdda4c73b
commit 3258806f6c

View File

@ -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 '';