From c200efa6d7afd25598ae5e675e90a132319699d0 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 1 Apr 2013 15:23:16 -0700 Subject: [PATCH] Revert "Disable script generation while processing TC" This reverts commit 5b18ff91ca9991524bd06e258b07978810dc609b. --- Shorewall/Perl/Shorewall/Compiler.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall/Perl/Shorewall/Compiler.pm b/Shorewall/Perl/Shorewall/Compiler.pm index c541a320c..7446147a2 100644 --- a/Shorewall/Perl/Shorewall/Compiler.pm +++ b/Shorewall/Perl/Shorewall/Compiler.pm @@ -754,14 +754,14 @@ sub compiler { # R O U T I N G _ A N D _ T R A F F I C _ S H A P I N G # (Writes the setup_routing_and_traffic_shaping() function to the compiled script) # + enable_script; + # # Validate the TC files so that the providers will know what interfaces have TC # my $tcinterfaces = process_tc; # # Generate a function to bring up each provider # - enable_script; - process_providers( $tcinterfaces ); # # [Re-]establish Routing