From 68ccac08cd21e1a01a838cece1c5bf59c41ecf08 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 4 Feb 2011 10:46:40 -0800 Subject: [PATCH] Add sch_tbf to modules and add several modles to the Shorewall6 modules file --- Shorewall/changelog.txt | 4 ++++ Shorewall/modules | 1 + Shorewall/releasenotes.txt | 2 +- Shorewall6/modules | 3 +++ 4 files changed, 9 insertions(+), 1 deletion(-) 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