]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Merge remote-tracking branch 'origin/core66' into next
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 17 Feb 2013 12:15:34 +0000 (13:15 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 17 Feb 2013 12:15:34 +0000 (13:15 +0100)
config/qos/makeqosscripts.pl

index 8c4f77c0b1e13a5814dc752b3df634c2d8370204..b623cbec91a73495fb42a9e431cb7d5c8dcbf0df 100644 (file)
@@ -58,7 +58,7 @@ my $subclassfile = "/var/ipfire/qos/subclasses";
 my $level7file = "/var/ipfire/qos/level7config";
 my $portfile = "/var/ipfire/qos/portconfig";
 my $tosfile = "/var/ipfire/qos/tosconfig";
-my $fqcodel_options = "noecn limit 800 quantum 500";
+my $fqcodel_options = "limit 800 quantum 500";
 
 &General::readhash("${General::swroot}/ethernet/settings", \%netsettings);