OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1b5d0d
)
openvswitch: Fix typo in documentation.
author
Leo Alterman
<lalterman@nicira.com>
Fri, 20 Jul 2012 21:51:07 +0000
(14:51 -0700)
committer
Jesse Gross
<jesse@nicira.com>
Fri, 20 Jul 2012 21:51:07 +0000
(14:51 -0700)
Signed-off-by: Leo Alterman <lalterman@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
Documentation/networking/openvswitch.txt
patch
|
blob
|
history
diff --git
a/Documentation/networking/openvswitch.txt
b/Documentation/networking/openvswitch.txt
index
b8a048b
..
8fa2dd1
100644
(file)
--- a/
Documentation/networking/openvswitch.txt
+++ b/
Documentation/networking/openvswitch.txt
@@
-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, a
n
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(...)