ofproto: Change ofproto_add_flow(), ofproto_delete_flow() to take cls_rule.
[openvswitch] / README
diff --git a/README b/README
index 55e9d9c9b9b2eee0def667ecc5417701a959ce80..16f2ee676e11c20e82254da174aceb1ddc31fc96 100644 (file)
--- a/README
+++ b/README
@@ -73,9 +73,9 @@ The main components of this distribution are:
 Open vSwitch also provides an OpenFlow implementation and tools for
 those interested in OpenFlow but not additional Open vSwitch features:
 
-    * ovs-openflowd, a program that implements a simple OpenFlow
-      switch (without the special features provided by ovs-vswitchd)
-      using the same kernel module as ovs-vswitchd.
+    * ovs-openflowd, an alternative to ovs-vswitchd that implements a
+      simple OpenFlow switch, without the special features provided by
+      ovs-vswitchd.
 
     * ovs-controller, a simple OpenFlow controller.