X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=xenserver%2FREADME;h=87378d07c8f8231b7603218b088bbf3dc5ce7e7f;hb=ca7e7bee86b4ee821d61b58bf15c89a9d8a3cb30;hp=dd49daba75eedd9c788a21f2871579768c2c2dc2;hpb=a4fff9cc390b69bde1257b414212505a72c4b450;p=cascardo%2Fovs.git diff --git a/xenserver/README b/xenserver/README index dd49daba7..87378d07c 100644 --- a/xenserver/README +++ b/xenserver/README @@ -81,7 +81,9 @@ debugging. The sources for the extensions are in Collect networking information relevant to Open vSwitch. Runs the following scripts, which are described below: + * ovs-bugtool-bfd-show * ovs-bugtool-cfm-show + * ovs-bugtool-fdb-show * ovs-bugtool-lacp-show * ovs-bugtool-list-dbs * ovs-bugtool-ovsdb-dump @@ -93,6 +95,7 @@ debugging. The sources for the extensions are in * ovs-bugtool-coverage-show * ovs-bugtool-memory-show * ovs-bugtool-vsctl-show + * ovs-bugtool-conntrack-dump system-configuration/openvswitch.xml @@ -112,10 +115,18 @@ A number of scripts are installed in /usr/share/openvswitch/scripts to assist Open vSwitch's xen-bugtool extensions. The sources for the scripts are located in ../utilities/bugtool: + ovs-bugtool-bfd-show + + Script to dump detailed BFD information for all enabled interfaces. + ovs-bugtool-cfm-show Script to dump detailed CFM information for all enabled interfaces. + ovs-bugtool-fdb-show + + Script to collect a summary of learned MACs for each bridge. + ovs-bugtool-lacp-show Script to dump detailed LACP information for all enabled ports. @@ -158,6 +169,10 @@ scripts are located in ../utilities/bugtool: Script to show a brief overview of the database contents. + ovs-bugtool-conntrack-dump + + Script to show all the connection entries in the tracker. + ovs-bugtool-daemons-ver Script to dump version information for all Open vSwitch daemons.