mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-02 10:59:27 +01:00
Fix earlier change
This commit is contained in:
parent
b5963c6783
commit
c304661217
@ -582,7 +582,7 @@ sub add_a_provider( $$ ) {
|
||||
emit qq(echo "qt \$IP -$family route del default dev $physical table ) . DEFAULT_TABLE . qq(" >> \${VARDIR}/undo_${table}_routing);
|
||||
}
|
||||
|
||||
$default = 0;
|
||||
$default = 1;
|
||||
}
|
||||
|
||||
unless ( $local ) {
|
||||
|
Loading…
Reference in New Issue
Block a user