mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-05 04:58:49 +01:00
Correct Handling of Dynamic Zones
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
8edb86ccdd
commit
685825a336
@ -1959,7 +1959,7 @@ add_command() {
|
|||||||
ipset=6_${zone}_${interface};
|
ipset=6_${zone}_${interface};
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ipset=$(echo $ipset | sed 's/./_/g');
|
ipset=$(echo $ipset | sed 's/\./_/g');
|
||||||
|
|
||||||
if ! qt $IPSET -L $ipset; then
|
if ! qt $IPSET -L $ipset; then
|
||||||
fatal_error "Zone $zone, interface $interface does not have a dynamic host list"
|
fatal_error "Zone $zone, interface $interface does not have a dynamic host list"
|
||||||
|
Loading…
Reference in New Issue
Block a user