tunneling: Rely on protocol handles to parse ToS.
[openvswitch] / debian / ovs-bugtool
index 9bdf289a073da3f175c16caa852c1c86779922df..69fe78aedb4880a6e47b093dbeb04b292b2bb800 100755 (executable)
@@ -33,6 +33,9 @@
 # or func_output().
 #
 
+import warnings
+warnings.filterwarnings(action="ignore", category=DeprecationWarning)
+
 import getopt
 import re
 import os