More IPv6 routing cleanup

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-11-09 10:34:19 -08:00
parent 74b94f71f8
commit 1e7f63834c
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -969,11 +969,6 @@ CEOF
$metrics = 1;
}
emit( qq(\n) ,
qq(if ! \$IP -6 rule ls | egrep -q "32767:[[:space:]]+from all lookup (default|253)"; then) ,
qq( qt \$IP -6 rule add from all table $providers{default}->{id} prio 32767\n) ,
qq(fi) ) if $family == F_IPV6;
unless ( $tproxy ) {
emit '';