forked from extern/shorewall_code
Add sch_prio to modules file
This commit is contained in:
parent
2f938a5647
commit
9ffab23f9a
@ -1,3 +1,7 @@
|
||||
Changes in Shorewall 4.4.16.2
|
||||
|
||||
1) Add sch_prio to modules file.
|
||||
|
||||
Changes in Shorewall 4.4.16.1
|
||||
|
||||
1) Fix empty variable handling where /bin/sh is bash
|
||||
|
@ -6,3 +6,20 @@
|
||||
is the Bourne Again Shell (bash).
|
||||
|
||||
Corrected in 4.4.16.1.
|
||||
|
||||
3) Startup can fail on a system where module autoloading is not
|
||||
available and where TC_ENABLED=Simple is specified in
|
||||
shorewall.conf.
|
||||
|
||||
Workaround:
|
||||
|
||||
If LOAD_HELPERS_ONLY=No,
|
||||
|
||||
a) Copy /usr/share/shorewall/modules to /etc/shorewall/
|
||||
b) Add 'loadmodule sch_prio' to the copy
|
||||
|
||||
If LOAD_HELPERS_ONLY=Yes,
|
||||
|
||||
a) Copy /usr/share/shorewall/helpers to /etc/shorewall/
|
||||
b) Add 'loadmodule sch_prio' to the copy
|
||||
|
||||
|
@ -125,6 +125,7 @@ loadmodule sch_sfq
|
||||
loadmodule sch_ingress
|
||||
loadmodule sch_hfsc
|
||||
loadmodule sch_htb
|
||||
loadmodule sch_prio
|
||||
loadmodule cls_u32
|
||||
loadmodule cls_fw
|
||||
loadmodule cls_flow
|
||||
|
@ -1,5 +1,5 @@
|
||||
----------------------------------------------------------------------------
|
||||
S H O R E W A L L 4 . 4 . 1 6 . 1
|
||||
S H O R E W A L L 4 . 4 . 1 6 . 2
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
I. PROBLEMS CORRECTED IN THIS RELEASE
|
||||
@ -12,6 +12,12 @@ 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
|
||||
----------------------------------------------------------------------------
|
||||
4.4.16.2
|
||||
|
||||
1) Startup could previously fail on a system where module autoloading
|
||||
was not available and where TC_ENABLED=Simple was specified in
|
||||
shorewall.conf.
|
||||
|
||||
4.4.16.1
|
||||
|
||||
1) Beginning with 4.4.16, compilation would fail if an empty shell
|
||||
|
Loading…
Reference in New Issue
Block a user