mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-21 02:08:48 +02:00
Correct handling of persistent provider with no IP address
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
f16e3f1fbe
commit
f6b7eb4ea0
@ -1096,7 +1096,7 @@ CEOF
|
|||||||
|
|
||||||
if ( $optional ) {
|
if ( $optional ) {
|
||||||
if ( $persistent ) {
|
if ( $persistent ) {
|
||||||
emit( "persistent_${what}_${table}\n" );
|
emit( "do_persistent_${what}_${table}\n" );
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( $shared ) {
|
if ( $shared ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user