mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-09 01:04:06 +01:00
Change TRACK_RULES setting from Internal to File
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
3e404b765f
commit
9b3b4579a2
@ -5828,7 +5828,7 @@ sub get_configuration( $$$$ ) {
|
|||||||
default_yes_no 'CHAIN_SCRIPTS' , 'Yes';
|
default_yes_no 'CHAIN_SCRIPTS' , 'Yes';
|
||||||
|
|
||||||
if ( supplied ( $val = $config{TRACK_RULES} ) ) {
|
if ( supplied ( $val = $config{TRACK_RULES} ) ) {
|
||||||
if ( lc( $val ) eq 'internal' ) {
|
if ( lc( $val ) eq 'file' ) {
|
||||||
$globals{TRACK_RULES} = 'Yes';
|
$globals{TRACK_RULES} = 'Yes';
|
||||||
$config{TRACK_RULES} = '';
|
$config{TRACK_RULES} = '';
|
||||||
} else {
|
} else {
|
||||||
|
@ -2621,7 +2621,7 @@ INLINE - - - ; -j REJECT
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">TRACK_RULES=</emphasis>{<emphasis
|
<term><emphasis role="bold">TRACK_RULES=</emphasis>{<emphasis
|
||||||
role="bold">Yes</emphasis>|<emphasis
|
role="bold">Yes</emphasis>|<emphasis
|
||||||
role="bold">No</emphasis>|Internal}</term>
|
role="bold">No</emphasis>|File}</term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Added in Shorewall 4.5.20. If set to <emphasis
|
<para>Added in Shorewall 4.5.20. If set to <emphasis
|
||||||
@ -2636,8 +2636,8 @@ INLINE - - - ; -j REJECT
|
|||||||
and kernel.</para>
|
and kernel.</para>
|
||||||
|
|
||||||
<para>Beginning with Shorewall 5.0.5, the option may also be set to
|
<para>Beginning with Shorewall 5.0.5, the option may also be set to
|
||||||
<emphasis role="bold">Internal</emphasis>. That setting causes
|
<emphasis role="bold">File</emphasis>. That setting causes similar
|
||||||
similar comments to be added to the
|
comments to be added to the
|
||||||
<filename>.iptables-restore-input</filename> file, which is normally
|
<filename>.iptables-restore-input</filename> file, which is normally
|
||||||
created in <filename>/var/lib/shorewall</filename>.</para>
|
created in <filename>/var/lib/shorewall</filename>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -2296,7 +2296,7 @@ INLINE - - - ; -j REJECT
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">TRACK_RULES=</emphasis>{<emphasis
|
<term><emphasis role="bold">TRACK_RULES=</emphasis>{<emphasis
|
||||||
role="bold">Yes</emphasis>|<emphasis
|
role="bold">Yes</emphasis>|<emphasis
|
||||||
role="bold">No</emphasis>|Internal}</term>
|
role="bold">No</emphasis>|File}</term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Added in Shorewall 4.5.20. If set to <emphasis
|
<para>Added in Shorewall 4.5.20. If set to <emphasis
|
||||||
@ -2311,8 +2311,8 @@ INLINE - - - ; -j REJECT
|
|||||||
and kernel.</para>
|
and kernel.</para>
|
||||||
|
|
||||||
<para>Beginning with Shorewall 5.0.5, the option may also be set to
|
<para>Beginning with Shorewall 5.0.5, the option may also be set to
|
||||||
<emphasis role="bold">Internal</emphasis>. That setting causes
|
<emphasis role="bold">File</emphasis>. That setting causes similar
|
||||||
similar comments to be added to the
|
comments to be added to the
|
||||||
<filename>.ip6tables-restore-input</filename> file, which is
|
<filename>.ip6tables-restore-input</filename> file, which is
|
||||||
normally created in <filename>/var/lib/shorewall</filename>6.</para>
|
normally created in <filename>/var/lib/shorewall</filename>6.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user