summaryrefslogtreecommitdiff
path: root/DESIGN.md
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2016-03-10 17:46:10 -0800
committerBen Pfaff <blp@ovn.org>2016-03-10 21:10:25 -0800
commit5fec03b1178d21f98fb8d10b2b3d7be1e64da511 (patch)
treee0416c97c09be418c79e697cc25789c60c199379 /DESIGN.md
parent5ffab04a5b9a9f635fb935f805bc1cfaa8043f3e (diff)
downloadopenvswitch-5fec03b1178d21f98fb8d10b2b3d7be1e64da511.tar.gz
Document how to match any packet with a VLAN header.
This one is actually useful, I don't know how I omitted it whenever I wrote this documentation. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'DESIGN.md')
-rw-r--r--DESIGN.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/DESIGN.md b/DESIGN.md
index 6865d477f..a330312dd 100644
--- a/DESIGN.md
+++ b/DESIGN.md
@@ -426,6 +426,7 @@ version works.
[8] 0000/efff <none> <none> <none>
[9] 1001/1001 <none> <none> 1001/1001,--
[10] 3000/3000 <none> <none> <none>
+ [11] 1000/1000 <none> fffe/0,??/1 1000/1000,--
Each column is interpreted as follows.
@@ -512,6 +513,9 @@ The matches are:
is just an example; one can match on any desired VID bit
pattern.)
+[11] Matches any packet with an 802.1Q header, regardless of VID or
+ PCP.
+
Additional notes:
- OF1.2: The top three bits of OXM_OF_VLAN_VID are fixed to zero,