Setup Traffic Shaping later in compilation

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5873 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-04-09 16:48:50 +00:00
parent 1e6b3fe0c2
commit 535cf5415d

View File

@ -705,10 +705,6 @@ sub compiler( $ ) {
# #
setup_providers; setup_providers;
# #
# TCRules and Traffic Shaping
#
setup_tc;
#
# TOS # TOS
# #
process_tos; process_tos;
@ -749,6 +745,10 @@ sub compiler( $ ) {
progress_message2 'Applying Policies...'; progress_message2 'Applying Policies...';
apply_policy_rules; apply_policy_rules;
# #
# TCRules and Traffic Shaping
#
setup_tc;
#
# Setup Nat # Setup Nat
# #
setup_nat; setup_nat;