From: Ben Pfaff Date: Fri, 27 Apr 2012 21:07:51 +0000 (-0700) Subject: ovs-bugtool: Add "ovs-appctl coverage/show" output to bugtool. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2dfe6d3a8d62016924133ec21ebb68220c98af7;p=openvswitch ovs-bugtool: Add "ovs-appctl coverage/show" output to bugtool. This can be useful for diagnosis. Signed-off-by: Ben Pfaff --- diff --git a/utilities/bugtool/automake.mk b/utilities/bugtool/automake.mk index e3ba0ad9..e688b3f6 100644 --- a/utilities/bugtool/automake.mk +++ b/utilities/bugtool/automake.mk @@ -13,6 +13,7 @@ bugtool_plugins = \ bugtool_scripts = \ utilities/bugtool/ovs-bugtool-cfm-show \ + utilities/bugtool/ovs-bugtool-coverage-show \ utilities/bugtool/ovs-bugtool-lacp-show \ utilities/bugtool/ovs-bugtool-tc-class-show \ utilities/bugtool/ovs-bugtool-ovsdb-dump \ diff --git a/utilities/bugtool/ovs-bugtool-coverage-show b/utilities/bugtool/ovs-bugtool-coverage-show new file mode 100755 index 00000000..4cc55bd9 --- /dev/null +++ b/utilities/bugtool/ovs-bugtool-coverage-show @@ -0,0 +1,19 @@ +#! /bin/sh + +# This library is free software; you can redistribute it and/or +# modify it under the terms of version 2.1 of the GNU Lesser General +# Public License as published by the Free Software Foundation. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA +# +# Copyright (C) 2012 Nicira Networks. + +ovs-appctl coverage/show diff --git a/utilities/bugtool/plugins/network-status/openvswitch.xml b/utilities/bugtool/plugins/network-status/openvswitch.xml index 42abfad6..d34b1345 100644 --- a/utilities/bugtool/plugins/network-status/openvswitch.xml +++ b/utilities/bugtool/plugins/network-status/openvswitch.xml @@ -13,7 +13,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - Copyright (C) 2011 Nicira Networks. + Copyright (C) 2011, 2012 Nicira Networks. --> @@ -21,4 +21,5 @@ /usr/share/openvswitch/scripts/ovs-bugtool-ovsdb-dump /usr/share/openvswitch/scripts/ovs-bugtool-lacp-show /usr/share/openvswitch/scripts/ovs-bugtool-cfm-show + /usr/share/openvswitch/scripts/ovs-bugtool-coverage-show