Forbid 'ipsec' in a vserver host entry

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-07-02 13:12:23 -07:00
parent e5d3ce582a
commit 63154367ad

View File

@ -1586,6 +1586,8 @@ sub process_host( ) {
}
}
fatal_error q(A host entry for a Vserver zone may not specify the 'ipsec' option) if $ipsec && $zoneref->{type} == VSERVER;
$optionsref = \%options;
}