mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 07:33:43 +01:00
Don't make persistent routes and rules dependent on autosrc.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
c7c318c0e7
commit
832418585a
@ -882,6 +882,7 @@ sub add_a_provider( $$ ) {
|
||||
'done'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
if ( @{$providerref->{persistent_routes}} ) {
|
||||
emit '';
|
||||
@ -892,7 +893,6 @@ sub add_a_provider( $$ ) {
|
||||
emit '';
|
||||
emit $_ for @{$providers{$table}->{persistent_rules}};
|
||||
}
|
||||
}
|
||||
|
||||
pop_indent;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user