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: