提交 efaac3bf 编写于 作者: L Leo Alterman 提交者: Jesse Gross

openvswitch: Fix typo in documentation.

Signed-off-by: NLeo Alterman <lalterman@nicira.com>
Signed-off-by: NJesse Gross <jesse@nicira.com>
上级 a1b5d0dd
......@@ -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(...)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册