mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-08 22:58:50 +01:00
Support for the 'contiguous' option in TIME columns
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
e81a4788c6
commit
8065e62f12
@ -5190,7 +5190,7 @@ sub do_time( $ ) {
|
|||||||
$result .= "--monthday $days ";
|
$result .= "--monthday $days ";
|
||||||
} elsif ( $element =~ /^(datestart|datestop)=(\d{4}(-\d{2}(-\d{2}(T\d{1,2}(:\d{1,2}){0,2})?)?)?)$/ ) {
|
} elsif ( $element =~ /^(datestart|datestop)=(\d{4}(-\d{2}(-\d{2}(T\d{1,2}(:\d{1,2}){0,2})?)?)?)$/ ) {
|
||||||
$result .= "--$1 $2 ";
|
$result .= "--$1 $2 ";
|
||||||
} elsif ( $element =~ /^(utc|localtz|kerneltz)$/ ) {
|
} elsif ( $element =~ /^(utc|localtz|kerneltz|contiguous)$/ ) {
|
||||||
$result .= "--$1 ";
|
$result .= "--$1 ";
|
||||||
} else {
|
} else {
|
||||||
fatal_error "Invalid time element ($element)";
|
fatal_error "Invalid time element ($element)";
|
||||||
|
@ -1255,6 +1255,17 @@ Normal-Service => 0x00</programlisting>
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>contiguous</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Added in Shoreawll 5.0.12. When <emphasis
|
||||||
|
role="bold">timestop</emphasis> is smaller than <emphasis
|
||||||
|
role="bold">timestart</emphasis> value, match this as a single
|
||||||
|
time period instead distinct intervals.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>utc</term>
|
<term>utc</term>
|
||||||
|
|
||||||
|
@ -595,8 +595,7 @@
|
|||||||
<para>Added in Shorewall 4.5.9.3. Queues matching packets to a
|
<para>Added in Shorewall 4.5.9.3. Queues matching packets to a
|
||||||
back end logging daemon via a netlink socket then continues to
|
back end logging daemon via a netlink socket then continues to
|
||||||
the next rule. See <ulink
|
the next rule. See <ulink
|
||||||
url="/shorewall.logging.html">http://www.shorewall.net/shorewall_logging.html</ulink>.
|
url="/shorewall.logging.html">http://www.shorewall.net/shorewall_logging.html</ulink>.</para>
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>The <replaceable>nflog-parameters</replaceable> are a
|
<para>The <replaceable>nflog-parameters</replaceable> are a
|
||||||
comma-separated list of up to 3 numbers:</para>
|
comma-separated list of up to 3 numbers:</para>
|
||||||
@ -1683,6 +1682,17 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>contiguous</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Added in Shoreawll 5.0.12. When <emphasis
|
||||||
|
role="bold">timestop</emphasis> is smaller than <emphasis
|
||||||
|
role="bold">timestart</emphasis> value, match this as a single
|
||||||
|
time period instead distinct intervals.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>utc</term>
|
<term>utc</term>
|
||||||
|
|
||||||
|
@ -1331,6 +1331,17 @@ Normal-Service => 0x00</programlisting>
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>contiguous</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Added in Shoreawll 5.0.12. When <emphasis
|
||||||
|
role="bold">timestop</emphasis> is smaller than <emphasis
|
||||||
|
role="bold">timestart</emphasis> value, match this as a single
|
||||||
|
time period instead distinct intervals.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>utc</term>
|
<term>utc</term>
|
||||||
|
|
||||||
|
@ -1547,6 +1547,17 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>contiguous</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Added in Shoreawll 5.0.12. When <emphasis
|
||||||
|
role="bold">timestop</emphasis> is smaller than <emphasis
|
||||||
|
role="bold">timestart</emphasis> value, match this as a single
|
||||||
|
time period instead distinct intervals.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>utc</term>
|
<term>utc</term>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user