forked from extern/shorewall_code
Note the inadaquacy of the Busybox version of the iproute2 utilities
This commit is contained in:
parent
400a1ed647
commit
6d2809f154
@ -153,6 +153,18 @@ Shorewall 4.4.1
|
|||||||
|
|
||||||
10) The name 'any' is now reserved and may not be used as a zone name.
|
10) The name 'any' is now reserved and may not be used as a zone name.
|
||||||
|
|
||||||
|
11) Perl module initialization has changed in Shorewall
|
||||||
|
4.4.1. Previously, each Shorewall Perl package would initialize its
|
||||||
|
global variables for IPv4 in an INIT block. Then, if the
|
||||||
|
compilation turned out to be for IPv6,
|
||||||
|
Shorewall::Compiler::compiler() would reinitialize them for IPv6.
|
||||||
|
|
||||||
|
Beginning in Shorewall 4.4.1, the modules do not initialize
|
||||||
|
themselves in an INIT block. So if you use Shorewall modules
|
||||||
|
outside of the Shorewall compilation environment, then you must
|
||||||
|
explicitly call the module's 'initialize' function after the module
|
||||||
|
has been loaded.
|
||||||
|
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
P R O B L E M S C O R R E C T E D I N 4 . 4 . 1
|
P R O B L E M S C O R R E C T E D I N 4 . 4 . 1
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
@ -59,7 +59,11 @@
|
|||||||
<para>Iproute (<quote>ip</quote> and "tc" utilities). The iproute
|
<para>Iproute (<quote>ip</quote> and "tc" utilities). The iproute
|
||||||
package is included with most distributions but may not be installed
|
package is included with most distributions but may not be installed
|
||||||
by default. The official download site is <ulink type="remote"
|
by default. The official download site is <ulink type="remote"
|
||||||
url="http://developer.osdl.org/dev/iproute2/download/">http://developer.osdl.org/dev/iproute2/download/</ulink>.</para>
|
url="http://developer.osdl.org/dev/iproute2/download/">http://developer.osdl.org/dev/iproute2/download/</ulink>.
|
||||||
|
Note that the Busybox versions of the iproute2 utilities
|
||||||
|
(<firstterm>ip</firstterm> and <firstterm>tc</firstterm>) do not
|
||||||
|
support all of the features required for advanced Shorewall
|
||||||
|
use.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -97,9 +101,9 @@
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para> If you want to be able to use DNS names in your Shorewall6
|
<para>If you want to be able to use DNS names in your Shorewall6
|
||||||
configuration files, then Perl 5.10 is required together with the
|
configuration files, then Perl 5.10 is required together with the
|
||||||
Perl Socket6 module. </para>
|
Perl Socket6 module.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user