]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - config/qos/makeqosscripts.pl
Forward Firewall: fixed converter bug: Remark is "0" and Alias ip is taken as ip...
[people/teissler/ipfire-2.x.git] / 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);