Correct typo (syntax error!)

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-12-01 15:21:25 -08:00
parent ff81980552
commit a1981823f4
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -1577,7 +1577,7 @@ sub finish_providers() {
if ( $family == F_IPV4 ) {
emit( " run_ip route replace default scope global table $default \$FALLBACK_ROUTE" );
} ele {
} else {
emit( " run_ip route delete default scope global table $default \$FALLBACK_ROUTE" );
emit( " run_ip route add default scope global table $default \$FALLBACK_ROUTE" );
}