forked from extern/shorewall_code
change ZONE2ZONE default to '-'.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
3870157898
commit
d63262a0cb
@ -5567,7 +5567,7 @@ sub get_configuration( $$$$ ) {
|
||||
if ( supplied ( $val = $config{ZONE2ZONE} ) ) {
|
||||
fatal_error "Invalid ZONE2ZONE value ( $val )" unless $val =~ /^[2-]$/;
|
||||
} else {
|
||||
$config{ZONE2ZONE} = '2';
|
||||
$config{ZONE2ZONE} = '-';
|
||||
}
|
||||
|
||||
default 'BLACKLIST_DISPOSITION' , 'DROP';
|
||||
|
@ -2845,8 +2845,9 @@ INLINE - - - ; -j REJECT
|
||||
|
||||
<listitem>
|
||||
<para>Added in Shorewall 4.4.4. This option determines how Shorewall
|
||||
constructs chain names involving zone names and/or 'all'. The
|
||||
default is '2' (e.g., fw2net).</para>
|
||||
constructs chain names involving zone names and/or 'all'. Beginning
|
||||
with Shorewall 4.6.0, the default is '-' (e.g., fw-net); prior to
|
||||
that release, the default was '2' (e.g., fw2net).</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
@ -2494,8 +2494,9 @@ INLINE - - - ; -j REJECT
|
||||
|
||||
<listitem>
|
||||
<para>Added in Shorewall 4.4.4. This option determines how Shorewall
|
||||
constructs chain names involving zone names and/or 'all'. The
|
||||
default is '2' (e.g., fw2net).</para>
|
||||
constructs chain names involving zone names and/or 'all'. Beginning
|
||||
with Shorewall 4.6.0, the default is '-' (e.g., fw-net); prior to
|
||||
that release, the default was '2' (e.g., fw2net).</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
Loading…
Reference in New Issue
Block a user