forked from extern/shorewall_code
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:
parent
f75dc66534
commit
41b3ceb8ab
@ -36,7 +36,7 @@ setup_masq()
|
||||
do_ipsec_options() {
|
||||
local options="$(separate_list $ipsec)" option
|
||||
[ -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"
|
||||
|
||||
for option in $options; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user