X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2FREADME;h=8fa2dd1e792e3ae3a1555dbb99c2048981452c6f;hb=2c0d2b3bfab41a25becdda41b1cf6003a9ebfd00;hp=b8a048b8df3ad595c341928f09be127786f5147b;hpb=945cad7fb1f37dcf68cab62ccf72970bcd12fa50;p=openvswitch diff --git a/datapath/README b/datapath/README index b8a048b8..8fa2dd1e 100644 --- a/datapath/README +++ b/datapath/README @@ -118,7 +118,7 @@ essentially like this, ignoring metadata: Naively, to add VLAN support, it makes sense to add a new "vlan" flow key attribute to contain the VLAN tag, then continue to decode the encapsulated headers beyond the VLAN tag using the existing field -definitions. With this change, an TCP packet in VLAN 10 would have a +definitions. With this change, a TCP packet in VLAN 10 would have a flow key much like this: eth(...), vlan(vid=10, pcp=0), eth_type(0x0800), ip(proto=6, ...), tcp(...)