Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efaac3bf authored by Leo Alterman's avatar Leo Alterman Committed by Jesse Gross
Browse files

openvswitch: Fix typo in documentation.

parent a1b5d0dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(...)