meta-flow: Correctly set destination MAC in mf_set_flow_value().
[sliver-openvswitch.git] / INSTALL.RHEL
index 3558948..039a857 100644 (file)
@@ -53,7 +53,24 @@ RHEL.  On RHEL 5, the default RPM source directory is
 
        rpmbuild -bb rhel/openvswitch-kmod-rhel6.spec
 
-    This produces an "kmod-openvswitch" RPM.
+    You might have to specify a kernel version and/or variants, e.g.:
+
+       rpmbuild -bb \
+               -D "kversion 2.6.32-131.6.1.el6.x86_64" \
+               -D "kflavors default debug kdump" \
+               rhel/openvswitch-kmod-rhel6.spec
+
+    This produces an "kmod-openvswitch" RPM for each kernel variant,
+    in this example: "kmod-openvswitch", "kmod-openvswitch-debug", and
+    "kmod-openvswitch-kdump".
+
+Red Hat Network Scripts Integration
+-----------------------------------
+
+Simple integration with Red Hat network scripts has been implemented.
+Please read rhel/README.RHEL in the source tree or
+/usr/share/doc/openvswitch/README.RHEL in the installed openvswitch
+package for details.
 
 Reporting Bugs
 --------------