From 82945f2494e5773623725797ffdfc1703aa8e194 Mon Sep 17 00:00:00 2001 From: Michael Krasnow Date: Tue, 21 Jul 2020 13:07:38 -0700 Subject: [PATCH] Ignore another error when deleting qdiscs that don't exist --- tcconfig/traffic_control.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tcconfig/traffic_control.py b/tcconfig/traffic_control.py index 6c967cec..d6995581 100644 --- a/tcconfig/traffic_control.py +++ b/tcconfig/traffic_control.py @@ -478,6 +478,7 @@ def __delete_ingress_qdisc(self): "RTNETLINK answers: Invalid argument", # debian/ubuntu "RTNETLINK answers: No such file or directory", # debian/ubuntu "Error: Cannot find specified qdisc on specified device", # RHEL/fedora + "Error: Invalid handle.", # debian/ubuntu ] ) ),