From 685825a336264987049abfad49823a3aa8922646 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 13 Dec 2014 13:48:36 -0800 Subject: [PATCH] Correct Handling of Dynamic Zones Signed-off-by: Tom Eastep --- Shorewall-core/lib.cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-core/lib.cli b/Shorewall-core/lib.cli index b86940312..9f991c62b 100644 --- a/Shorewall-core/lib.cli +++ b/Shorewall-core/lib.cli @@ -1959,7 +1959,7 @@ add_command() { ipset=6_${zone}_${interface}; fi - ipset=$(echo $ipset | sed 's/./_/g'); + ipset=$(echo $ipset | sed 's/\./_/g'); if ! qt $IPSET -L $ipset; then fatal_error "Zone $zone, interface $interface does not have a dynamic host list"