[ovs-dev] [PATCH] datapath: fix typo in README

Leo Alterman lalterman at nicira.com
Tue Jul 17 00:36:38 UTC 2012


Signed-off-by: Leo Alterman <lalterman at nicira.com>
---
 datapath/README |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datapath/README b/datapath/README
index b8a048b..8fa2dd1 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(...)
-- 
1.7.9.5




More information about the dev mailing list