datapath: Remove redundant key ref from upcall_info.
[cascardo/ovs.git] / INSTALL.XenServer
index d6f5816..1e23634 100644 (file)
@@ -36,6 +36,11 @@ RPMs for Citrix XenServer is the DDK VM available from Citrix.
    "openvswitch", "openvswitch-modules-xen", and
    "openvswitch-debuginfo".
 
+   The above command automatically runs the Open vSwitch unit tests.
+   To disable the unit tests, run:
+
+       rpmbuild -bb --without check xenserver/openvswitch-xen.spec
+
 Build Parameters
 ----------------
 
@@ -172,7 +177,7 @@ of test-controller(8) for more information on this topic.
 * The Open vSwitch startup script automatically adds a firewall rule
 to allow GRE traffic. This rule is needed for the XenServer feature
 called "Cross-Host Internal Networks" (CHIN) that uses GRE. If a user
-configures tunnels other than GRE (ex: VXLAN, LISP), they will have
+configures tunnels other than GRE (ex: Geneve, VXLAN, LISP), they will have
 to either manually add a iptables firewall rule to allow the tunnel traffic
 or add it through a startup script (Please refer to the "enable-protocol"
 command in the ovs-ctl(8) manpage).