From 1027cd49115567a23bc0beaad5319ae021495cac Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 20 Aug 2004 15:53:33 +0000 Subject: [PATCH] Fix ipsec bug git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1562 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall2/firewall b/Shorewall2/firewall index 0436add3b..c10db462a 100755 --- a/Shorewall2/firewall +++ b/Shorewall2/firewall @@ -1644,7 +1644,7 @@ setup_ipsec() { opts=$(separate_list $2) - for option in $options; do + for option in $opts; do case $option in reqid=*) newoptions="$newoptions --reqid ${option#*=}"