forked from extern/shorewall_code
Add MODULE_SUFFIX option
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@798 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
380b8e2ce8
commit
baa82a4697
@ -25,7 +25,7 @@ New Features:
|
|||||||
'rfc1918'. Previously, such packets were logged under chains named
|
'rfc1918'. Previously, such packets were logged under chains named
|
||||||
'logdrop'.
|
'logdrop'.
|
||||||
|
|
||||||
3) Distributers and developers seem to be regularly inventing new
|
3) Distributors and developers seem to be regularly inventing new
|
||||||
naming conventions for kernel modules. To avoid the need to change
|
naming conventions for kernel modules. To avoid the need to change
|
||||||
Shorewall code for each new convention, the MODULE_SUFFIX option has
|
Shorewall code for each new convention, the MODULE_SUFFIX option has
|
||||||
been added to shorewall.conf. MODULE_SUFFIX may be set to the suffix
|
been added to shorewall.conf. MODULE_SUFFIX may be set to the suffix
|
||||||
|
@ -502,6 +502,32 @@ ADMINISABSENTMINDED=Yes
|
|||||||
#
|
#
|
||||||
BLACKLISTNEWONLY=Yes
|
BLACKLISTNEWONLY=Yes
|
||||||
|
|
||||||
|
# MODULE NAME SUFFIX
|
||||||
|
#
|
||||||
|
# When loading a module named in /etc/shorewall/modules, Shorewall normally
|
||||||
|
# looks in the MODULES DIRECTORY (see MODULESDIR above) for files whose names
|
||||||
|
# end in ".o", ".ko", ".gz" or "o.gz". If your distribution uses a different
|
||||||
|
# naming convention then you can specify the suffix (extension) for module
|
||||||
|
# names in this variable.
|
||||||
|
#
|
||||||
|
# To see what suffix is used by your distribution:
|
||||||
|
#
|
||||||
|
# ls /lib/modules/`uname -r`/kernel/net/ipv4/netfilter
|
||||||
|
#
|
||||||
|
# IMPORTANT: Those are back single quotes (upper lefthand corner of
|
||||||
|
# your keyboard).
|
||||||
|
#
|
||||||
|
# All of the file names listed should have the same suffix (extension). Set
|
||||||
|
# MODULE_SUFFIX to that suffix.
|
||||||
|
#
|
||||||
|
# Examples:
|
||||||
|
#
|
||||||
|
# If all file names end in ".kzo" then set MODULE_SUFFIX="kzo"
|
||||||
|
# If all file names end in ".kz.o" then set MODULE_SUFFIX="kz.o"
|
||||||
|
#
|
||||||
|
|
||||||
|
MODULE_SUFFIX=
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# P A C K E T D I S P O S I T I O N
|
# P A C K E T D I S P O S I T I O N
|
||||||
################################################################################
|
################################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user