diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index fbd285d45..70cf2763c 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -1,3 +1,7 @@ +Changes in Shorewall 4.4.17 + +1) Added sch_tbf to the modules files. + Changes in Shorewall 4.4.17 RC 1 1) Documentation and release notes cleanup. diff --git a/Shorewall/modules b/Shorewall/modules index 7cfcf751d..b3fdb9be6 100644 --- a/Shorewall/modules +++ b/Shorewall/modules @@ -126,6 +126,7 @@ loadmodule sch_ingress loadmodule sch_hfsc loadmodule sch_htb loadmodule sch_prio +loadmodule sch_tbf loadmodule cls_u32 loadmodule cls_fw loadmodule cls_flow diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index fcb285eb2..e3939003e 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -86,7 +86,7 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES 9) Startup could previously fail on a system where kernel module autoloading was not available and where TC_ENABLED=Simple was - specified in shorewall.conf. + specified in shorewall.conf or shorewall6.conf. 10) Previously, a 'done.' message could be printed at the end of command processing even when the command had failed. Now, such a diff --git a/Shorewall6/modules b/Shorewall6/modules index 9755e7d0f..f25f8f971 100644 --- a/Shorewall6/modules +++ b/Shorewall6/modules @@ -85,6 +85,9 @@ loadmodule nf_conntrack_sane loadmodule sch_sfq loadmodule sch_ingress loadmodule sch_htb +loadmodule sch_hfsc +loadmodule sch_prio +loadmodule sch_tbf loadmodule cls_u32 loadmodule cls_fw loadmodule cls_flow