Skip to content

Commit

Permalink
openvswitch: Fix typo in documentation.
Browse files Browse the repository at this point in the history
Signed-off-by: Leo Alterman <lalterman@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
  • Loading branch information
Leo Alterman authored and Jesse Gross committed Jul 20, 2012
1 parent a1b5d0d commit efaac3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/networking/openvswitch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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(...)
Expand Down

0 comments on commit efaac3b

Please sign in to comment.