forked from extern/shorewall_code
Remove the 'zone' helper option for now.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
9ceff3c213
commit
7689b1e84b
@ -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)";
|
||||
}
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user