diff mbox

[ovs-dev] DESIGN: Document another VLAN matching variant.

Message ID 1457660496-21865-1-git-send-email-blp@ovn.org
State Superseded
Headers show

Commit Message

Ben Pfaff March 11, 2016, 1:41 a.m. UTC
This one is actually useful, I don't know how I omitted it whenever I made
this chart.

Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 DESIGN.md | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox

Patch

diff --git a/DESIGN.md b/DESIGN.md
index 6865d47..a330312 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,