aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-04-12 10:02:40 -0700
committerBen Pfaff <blp@nicira.com>2011-04-12 10:02:40 -0700
commit5ed2197a145a7c4084e87bd55b1aac9fc5d0c4a4 (patch)
tree41ce62eef20cea141b6e95f1e93b63f61aa308b8 /debian
parentd4da3acc2a788d1c1b78c0bea6399660c7851f4a (diff)
debian: Do not call obsolete command "ovs-ofctl status" in ovs-bugtool.
This command was removed in commit 9b45d7f5d (ofproto: Get rid of archaic "switch status" OpenFlow extension) but I didn't notice that ovs-bugtool uses that command and forgot to remove it at the time. Bug #5360. Reported-by: Michael Mao <mmao@nicira.com> Reported-by: Keith Amidon <keith@nicira.com>
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/ovs-bugtool3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/ovs-bugtool b/debian/ovs-bugtool
index 69fe78ae..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:
@@ -518,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: