summaryrefslogtreecommitdiff
path: root/OPENFLOW-1.1+
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2013-11-14 11:19:07 +0900
committerBen Pfaff <blp@nicira.com>2013-11-13 18:20:48 -0800
commitc39f3d73b71243e4b4869dbe6ed84c13740b9bf3 (patch)
tree8829f82b441f3f19570b67327fd28ddac3498a1d /OPENFLOW-1.1+
parentbcb8bde4ca385b85154d3905ed7779473249e6fe (diff)
downloadopenvswitch-c39f3d73b71243e4b4869dbe6ed84c13740b9bf3.tar.gz
OPENFLOW-1.1+: Update MPLS items
* MPLS BoS match is supported as much as other MPLS matches. That is, all that is missing is the kernel datapath side which is part my pending patchset. * The rework of tag order does require work but it is covered by my pending patchset. Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'OPENFLOW-1.1+')
-rw-r--r--OPENFLOW-1.1+7
1 files changed, 4 insertions, 3 deletions
diff --git a/OPENFLOW-1.1+ b/OPENFLOW-1.1+
index d7c2b5fe6..e194ba781 100644
--- a/OPENFLOW-1.1+
+++ b/OPENFLOW-1.1+
@@ -138,15 +138,16 @@ didn't compare the specs carefully yet.)
some kind of "hardware" support, if we judged it useful enough.)
[optional for OF1.3+]
- * MPLS BoS matching. (Included in Simon's MPLS series?)
+ * MPLS BoS matching.
+ Part of MPLS patchset by Simon Horman.
[optional for OF1.3+]
* Provider Backbone Bridge tagging. I don't plan to implement
this (but we'd accept an implementation).
[optional for OF1.3+]
- * Rework tag order. I'm not sure whether we need to do anything
- for this. Part of MPLS patchset by Simon Horman.
+ * Rework tag order.
+ Part of MPLS patchset by Simon Horman.
[required for v1.3+]
* On-demand flow counters. I think this might be a real