forked from extern/shorewall_code
Start optional interfaces when there are no providers
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
2bf6b92c02
commit
b90513bd62
@ -1636,6 +1636,7 @@ sub map_provider_to_interface() {
|
||||
|
||||
sub setup_providers() {
|
||||
our $providers;
|
||||
our $pseudoproviders;
|
||||
|
||||
if ( $providers ) {
|
||||
if ( $maxload ) {
|
||||
@ -1670,6 +1671,11 @@ sub setup_providers() {
|
||||
|
||||
push_indent;
|
||||
|
||||
if ( $pseudoproviders ) {
|
||||
emit '';
|
||||
emit "start_$providers{$_}->{what}_$_" for @providers;
|
||||
}
|
||||
|
||||
emit "\nundo_routing";
|
||||
emit "restore_default_route $config{USE_DEFAULT_RT}";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user