Remove the 'zone' helper option for now.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-08-03 06:39:58 -07:00
parent 9ceff3c213
commit 7689b1e84b
3 changed files with 0 additions and 19 deletions

View File

@ -101,9 +101,6 @@ sub process_notrack_rule( $$$$$$$ ) {
} elsif ( $mod eq 'expevents' ) {
fatal_error "Invalid expevent argument ($args)" unless $args eq 'new';
$action .= ' --expevents new';
} elsif ( $mod eq 'zone' ) {
fatal_error "Invalid zone id ($args)" unless $args =~ /^\d+$/;
$action .= " --zone $args";
} else {
fatal_error "Invalid helper option ($mod)";
}

View File

@ -201,14 +201,6 @@
<para>Only generate a <emphasis role="bold">new</emphasis>
expectation events for this connection.</para>
</listitem>
<listitem>
<para><option>zone</option>=<replaceable>id</replaceable></para>
<para>Assign this packet to Netfilter security zone
<replaceable>id</replaceable> and only have lookups done in
that zone. By default, packets have zone 0.</para>
</listitem>
</itemizedlist>
</listitem>
</itemizedlist>

View File

@ -104,14 +104,6 @@
<para>Only generate a <emphasis role="bold">new</emphasis>
expectation events for this connection.</para>
</listitem>
<listitem>
<para><option>zone</option>=<replaceable>id</replaceable></para>
<para>Assign this packet to Netfilter security zone
<replaceable>id</replaceable> and only have lookups done in
that zone. By default, packets have zone 0.</para>
</listitem>
</itemizedlist>
</listitem>
</itemizedlist>