mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-29 19:13:39 +01:00
More IPv6 routing cleanup
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
74b94f71f8
commit
1e7f63834c
@ -969,11 +969,6 @@ CEOF
|
|||||||
$metrics = 1;
|
$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 ) {
|
unless ( $tproxy ) {
|
||||||
emit '';
|
emit '';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user