lib/netdev-dpdk: increase ring name length for dpdkr ports
[cascardo/ovs.git] / xenserver / README
index dd49dab..87378d0 100644 (file)
@@ -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.