Allow IPSEC options in masq file when there are no ipsec zones or hosts entries -- fix typo

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5130 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-12-18 18:47:13 +00:00
parent f75dc66534
commit 41b3ceb8ab

View File

@ -36,7 +36,7 @@ setup_masq()
do_ipsec_options() { do_ipsec_options() {
local options="$(separate_list $ipsec)" option local options="$(separate_list $ipsec)" option
[ -n "$ORIGINAL_POLICY_MATCH" ] || \ [ -n "$ORIGINAL_POLICY_MATCH" ] || \
fatal_error "IPSEC options requires policy match support in your kernel and iptables" fatal_error "IPSEC options require policy match support in your kernel and iptables"
policy="-m policy --pol ipsec --dir out" policy="-m policy --pol ipsec --dir out"
for option in $options; do for option in $options; do