Generate prio 999 rule when USE_DEFAULT_RT=Yes, even when there are no balance providers.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-01-17 13:00:34 -08:00
parent 41e68b59dc
commit fc5f439b4b

View File

@ -1071,7 +1071,6 @@ sub start_providers() {
}
sub finish_providers() {
if ( $balancing ) {
my $table = MAIN_TABLE;
if ( $config{USE_DEFAULT_RT} ) {
@ -1085,6 +1084,7 @@ sub finish_providers() {
$table = BALANCE_TABLE;
}
if ( $balancing ) {
emit ( 'if [ -n "$DEFAULT_ROUTE" ]; then' );
if ( $family == F_IPV4 ) {
emit ( " run_ip route replace default scope global table $table \$DEFAULT_ROUTE" );