mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-27 05:01:37 +02:00
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' ) {
|
} elsif ( $mod eq 'expevents' ) {
|
||||||
fatal_error "Invalid expevent argument ($args)" unless $args eq 'new';
|
fatal_error "Invalid expevent argument ($args)" unless $args eq 'new';
|
||||||
$action .= ' --expevents new';
|
$action .= ' --expevents new';
|
||||||
} elsif ( $mod eq 'zone' ) {
|
|
||||||
fatal_error "Invalid zone id ($args)" unless $args =~ /^\d+$/;
|
|
||||||
$action .= " --zone $args";
|
|
||||||
} else {
|
} else {
|
||||||
fatal_error "Invalid helper option ($mod)";
|
fatal_error "Invalid helper option ($mod)";
|
||||||
}
|
}
|
||||||
|
@ -201,14 +201,6 @@
|
|||||||
<para>Only generate a <emphasis role="bold">new</emphasis>
|
<para>Only generate a <emphasis role="bold">new</emphasis>
|
||||||
expectation events for this connection.</para>
|
expectation events for this connection.</para>
|
||||||
</listitem>
|
</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>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
@ -104,14 +104,6 @@
|
|||||||
<para>Only generate a <emphasis role="bold">new</emphasis>
|
<para>Only generate a <emphasis role="bold">new</emphasis>
|
||||||
expectation events for this connection.</para>
|
expectation events for this connection.</para>
|
||||||
</listitem>
|
</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>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user