From da5df76dc72852899f4b86479d1c040b5f9e4dc8 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Wed, 10 Apr 2013 10:45:51 +0200 Subject: [PATCH] =?UTF-8?q?[firewall4]=20R=C3=A8gle=20de=20QoS=20=C3=A0=20?= =?UTF-8?q?revoir?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gestion/gen_confs/firewall4.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gestion/gen_confs/firewall4.py b/gestion/gen_confs/firewall4.py index 79cf1437..36e045fa 100755 --- a/gestion/gen_confs/firewall4.py +++ b/gestion/gen_confs/firewall4.py @@ -850,7 +850,6 @@ class firewall_komaz(firewall_base_routeur): 'htb rate %skbps ceil %skbps prio 1' % (dev[int_key], debit_max, debit_max)) tc('qdisc add dev %s parent 1:10 ' 'handle 10: sfq perturb 10' % dev[int_key]) - tc('filter add dev %s protocol all parent 10: handle 10 flow hash keys src perturb 30 divisor 1024 baseclass 1:10' % dev[int_key]) for int_key in ['app']: try: