ofp-util: Work on decoding OF1.1 flow_mods.
[openvswitch] / INSTALL.RHEL
index 35589484026a57f2dd95c7f6fa51f7529e9d87b3..039a857030f163fd71cf868667aafd910b94b6fd 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
 --------------