X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fovs-bugtool;h=209d937f4951c89b2cefc1ee9aa8330b1f5c8092;hb=b5827b24c7c136b088e719bfe2020de31032ae37;hp=9bdf289a073da3f175c16caa852c1c86779922df;hpb=36f0987fc984fff0893c5929161acd50871b2987;p=openvswitch diff --git a/debian/ovs-bugtool b/debian/ovs-bugtool index 9bdf289a..209d937f 100755 --- a/debian/ovs-bugtool +++ b/debian/ovs-bugtool @@ -14,7 +14,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # Copyright (c) 2005, 2007 XenSource Ltd. -# Copyright (c) 2010, Nicira Networks. +# Copyright (c) 2010, 2011 Nicira Networks. # # To add new entries to the bugtool, you need to: @@ -33,6 +33,9 @@ # or func_output(). # +import warnings +warnings.filterwarnings(action="ignore", category=DeprecationWarning) + import getopt import re import os @@ -515,7 +518,6 @@ exclude those logs from the archive. cmd_output(CAP_NETWORK_STATUS, [OVS_DPCTL, 'show']) for d in dp_list(): cmd_output(CAP_NETWORK_STATUS, [OVS_OFCTL, 'show', d]) - cmd_output(CAP_NETWORK_STATUS, [OVS_OFCTL, 'status', d]) cmd_output(CAP_NETWORK_STATUS, [OVS_OFCTL, 'dump-flows', d]) cmd_output(CAP_NETWORK_STATUS, [OVS_DPCTL, 'dump-flows', d]) try: