mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 03:59:16 +01:00
Fix typo in conf basics doc
This commit is contained in:
parent
b7f638ddb3
commit
1510e111c4
@ -43,7 +43,7 @@ use Shorewall::Raw;
|
|||||||
our @ISA = qw(Exporter);
|
our @ISA = qw(Exporter);
|
||||||
our @EXPORT = qw( compiler );
|
our @EXPORT = qw( compiler );
|
||||||
our @EXPORT_OK = qw( $export );
|
our @EXPORT_OK = qw( $export );
|
||||||
our $VERSION = '4.4_10';
|
our $VERSION = '4.4_12';
|
||||||
|
|
||||||
our $export;
|
our $export;
|
||||||
|
|
||||||
|
@ -338,8 +338,8 @@ sub initialize( $ ) {
|
|||||||
#
|
#
|
||||||
%globals = ( SHAREDIR => '/usr/share/shorewall' ,
|
%globals = ( SHAREDIR => '/usr/share/shorewall' ,
|
||||||
SHAREDIRPL => '/usr/share/shorewall/' ,
|
SHAREDIRPL => '/usr/share/shorewall/' ,
|
||||||
CONFDIR => '/etc/shorewall',
|
CONFDIR => '/etc/shorewall', # Run-time configuration directory
|
||||||
CONFIGDIR => '',
|
CONFIGDIR => '', # Compile-time configuration directory (location of $product.conf)
|
||||||
LOGPARMS => '',
|
LOGPARMS => '',
|
||||||
TC_SCRIPT => '',
|
TC_SCRIPT => '',
|
||||||
EXPORT => 0,
|
EXPORT => 0,
|
||||||
|
@ -1341,7 +1341,7 @@ DNAT net loc:192.168.1.3 tcp 4000:4100</programlisting>
|
|||||||
<para>Beginning with Shorewall 4.4.4, you can use logical interface names
|
<para>Beginning with Shorewall 4.4.4, you can use logical interface names
|
||||||
which are mapped to the actual interface using the
|
which are mapped to the actual interface using the
|
||||||
<option>physical</option> option in <ulink
|
<option>physical</option> option in <ulink
|
||||||
url="manpages/shorewall-interfaces.html">shorewall-interfraces</ulink>
|
url="manpages/shorewall-interfaces.html">shorewall-interfaces</ulink>
|
||||||
(5).</para>
|
(5).</para>
|
||||||
|
|
||||||
<para>Here is an example:</para>
|
<para>Here is an example:</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user