From 86189a8c0bfb60d57169178630e3898023305d55 Mon Sep 17 00:00:00 2001
From: Gurucharan Shetty <gshetty@nicira.com>
Date: Thu, 5 Sep 2013 08:59:42 -0700
Subject: [PATCH] OPENFLOW-1.1+: Remove OFPT_FLOW_MOD task from OpenFlow 1.2
 todo list.

We already have the ability to delete flows in all tables.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
---
 OPENFLOW-1.1+ | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/OPENFLOW-1.1+ b/OPENFLOW-1.1+
index aacbca955..7a75c44ac 100644
--- a/OPENFLOW-1.1+
+++ b/OPENFLOW-1.1+
@@ -101,14 +101,10 @@ probably incomplete.
 OpenFlow 1.2
 ------------
 
-OpenFlow 1.2 support requires OpenFlow 1.1 as a prerequisite, plus the
-following additional work.  (This is based on the change log at the
-end of the OF1.2 spec.  I didn't compare the specs carefully yet.)
-
-    * OFPT_FLOW_MOD:
-
-        * Add ability to delete flow in all tables.
-          [required for OF1.2+]
+OpenFlow 1.2 support requires OpenFlow 1.1 as a prerequisite. All the
+additional work specific to Openflow 1.2 are complete.  (This is based
+on the change log at the end of the OF1.2 spec.  I didn't compare the
+specs carefully yet.)
 
 OpenFlow 1.3
 ------------
-- 
2.47.0