mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-25 15:48:56 +01:00
Fix ipsec bug
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1562 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
d282947ccf
commit
1027cd4911
@ -1644,7 +1644,7 @@ setup_ipsec() {
|
|||||||
|
|
||||||
opts=$(separate_list $2)
|
opts=$(separate_list $2)
|
||||||
|
|
||||||
for option in $options; do
|
for option in $opts; do
|
||||||
case $option in
|
case $option in
|
||||||
reqid=*)
|
reqid=*)
|
||||||
newoptions="$newoptions --reqid ${option#*=}"
|
newoptions="$newoptions --reqid ${option#*=}"
|
||||||
|
Loading…
Reference in New Issue
Block a user