From: Gurucharan Shetty Date: Thu, 5 Sep 2013 15:59:42 +0000 (-0700) Subject: OPENFLOW-1.1+: Remove OFPT_FLOW_MOD task from OpenFlow 1.2 todo list. X-Git-Tag: sliver-openvswitch-2.0.90-1~16^2~17 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=86189a8c0bfb60d57169178630e3898023305d55;p=sliver-openvswitch.git 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 Acked-by: Ben Pfaff --- 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 ------------