mirror of
https://gitlab.com/shorewall/code.git
synced 2025-04-15 23:08:25 +02:00
Change default for MODULE_PREFIX
This commit is contained in:
parent
685de1c588
commit
b90ea8a9e0
@ -3075,7 +3075,7 @@ sub get_configuration( $ ) {
|
|||||||
#
|
#
|
||||||
# get_capabilities requires that the true settings of these options be established
|
# get_capabilities requires that the true settings of these options be established
|
||||||
#
|
#
|
||||||
default 'MODULE_PREFIX', 'o gz ko o.gz ko.gz';
|
default 'MODULE_PREFIX', 'ko ko.gz o o.gz gz';
|
||||||
default_yes_no 'LOAD_HELPERS_ONLY' , '';
|
default_yes_no 'LOAD_HELPERS_ONLY' , '';
|
||||||
|
|
||||||
get_capabilities( $export );
|
get_capabilities( $export );
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
Changes in Shorewall 4.4.18 Beta 4
|
||||||
|
|
||||||
|
1) Fix trivalue handling AGAIN.
|
||||||
|
|
||||||
|
2) Change default value of MODULE_PREFIX.
|
||||||
|
|
||||||
|
Changes in Shorewall 4.4.18 Beta 3
|
||||||
|
|
||||||
|
1) Change default chain in FORWARD section of the accounting file.
|
||||||
|
|
||||||
|
2) Restrict USER/GROUP to OUTPUT section.
|
||||||
|
|
||||||
|
3) Restore prohibition of MAC addresses in unsectioned config.
|
||||||
|
|
||||||
|
4) Fix several optimizer problems.
|
||||||
|
|
||||||
Changes in Shorewall 4.4.18 Beta 2
|
Changes in Shorewall 4.4.18 Beta 2
|
||||||
|
|
||||||
1) Fix the 'local' Provider option in IPv6
|
1) Fix the 'local' Provider option in IPv6
|
||||||
|
@ -258,7 +258,7 @@ reload_kernel_modules() {
|
|||||||
moduleloader=insmod
|
moduleloader=insmod
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ -n "${MODULE_SUFFIX:=o gz ko o.gz ko.gz}" ]
|
[ -n "${MODULE_SUFFIX:=ko ko.gz o o.gz gz}" ]
|
||||||
|
|
||||||
[ -z "$MODULESDIR" ] && \
|
[ -z "$MODULESDIR" ] && \
|
||||||
uname=$(uname -r) && \
|
uname=$(uname -r) && \
|
||||||
|
@ -14,10 +14,13 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
|
|||||||
I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E
|
I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
4.4.18 Beta 3
|
4.4.18 Beta 4
|
||||||
|
|
||||||
1) Edting of the MARK column has been tighened to catch errors at
|
1) Edting of the MARK column has been tighened to catch errors at
|
||||||
compile time.
|
compile time.
|
||||||
|
|
||||||
|
2) The MODULE_SUFFIX default has been changed to "ko ko.gz o o.gz gz"
|
||||||
|
to get the most common suffixes at the front of the list.
|
||||||
|
|
||||||
4.4.18 Beta 2
|
4.4.18 Beta 2
|
||||||
|
|
||||||
|
@ -279,7 +279,7 @@ reload_kernel_modules() {
|
|||||||
moduleloader=insmod
|
moduleloader=insmod
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ -n "${MODULE_SUFFIX:=o gz ko o.gz ko.gz}" ]
|
[ -n "${MODULE_SUFFIX:=ko ko.gz o o.gz gz}" ]
|
||||||
|
|
||||||
[ -z "$MODULESDIR" ] && MODULESDIR=/lib/modules/$(uname -r)/kernel/net/ipv6/netfilter:/lib/modules/$(uname -r)/kernel/net/netfilter:/lib/modules/$(uname -r)/kernel/net/sched
|
[ -z "$MODULESDIR" ] && MODULESDIR=/lib/modules/$(uname -r)/kernel/net/ipv6/netfilter:/lib/modules/$(uname -r)/kernel/net/netfilter:/lib/modules/$(uname -r)/kernel/net/sched
|
||||||
MODULES=$(lsmod | cut -d ' ' -f1)
|
MODULES=$(lsmod | cut -d ' ' -f1)
|
||||||
|
@ -1163,8 +1163,8 @@ net all DROP info</programlisting>then the chain name is 'net2all'
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The value of this option determines the possible file
|
<para>The value of this option determines the possible file
|
||||||
extensions of kernel modules. The default value is "o gz ko
|
extensions of kernel modules. The default value is "ko ko.gz o o.gz
|
||||||
o.gz".</para>
|
gz".</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
@ -1003,8 +1003,8 @@ net all DROP info</programlisting>then the chain name is 'net2all'
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The value of this option determines the possible file
|
<para>The value of this option determines the possible file
|
||||||
extensions of kernel modules. The default value is "o gz ko
|
extensions of kernel modules. The default value is "ko ko.gz o o.gz
|
||||||
o.gz".</para>
|
gz".</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user