aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2013-09-11 09:31:49 -0700
committerBen Pfaff <blp@nicira.com>2013-10-17 20:50:59 -0700
commit260aeca8609c2efda03772b7e4a6077369ae8b9c (patch)
treea6a6f04412979c9635bfd178ad3bd678486c8500
parent6e5fe8065cb056b3bc7f39051763480703e05496 (diff)
OPENFLOW-1.1+: Add an item to improve action translation.
Reported-by: Torbjorn Tornkvist <kruskakli@gmail.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
-rw-r--r--OPENFLOW-1.1+5
1 files changed, 5 insertions, 0 deletions
diff --git a/OPENFLOW-1.1+ b/OPENFLOW-1.1+
index 4f305202..22be72cd 100644
--- a/OPENFLOW-1.1+
+++ b/OPENFLOW-1.1+
@@ -103,6 +103,11 @@ 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.)
+ * Action translation needs some work to transform OpenFlow 1.1
+ field modification actions into OpenFlow 1.2+ "set-field"
+ actions, because OpenFlow 1.2 dropped support for the OF1.1
+ actions.
+
OpenFlow 1.3
------------