mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-12 20:56:43 +02:00
Revert "Disable script generation while processing TC"
This reverts commit 5b18ff91ca9991524bd06e258b07978810dc609b.
This commit is contained in:
parent
efebda76d2
commit
c200efa6d7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user