From 2c0d2b3bfab41a25becdda41b1cf6003a9ebfd00 Mon Sep 17 00:00:00 2001 From: Leo Alterman Date: Mon, 16 Jul 2012 17:26:10 -0700 Subject: [PATCH] datapath: fix typo in README Signed-off-by: Leo Alterman --- AUTHORS | 1 + datapath/README | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index f76dff1c..11ccf876 100644 --- a/AUTHORS +++ b/AUTHORS @@ -40,6 +40,7 @@ Joe Stringer joe@wand.net.nz Jun Nakajima jun.nakajima@intel.com Justin Pettit jpettit@nicira.com Keith Amidon keith@nicira.com +Leo Alterman lalterman@nicira.com Luca Giraudo lgiraudo@nicira.com Martin Casado casado@nicira.com Natasha Gude natasha@nicira.com diff --git a/datapath/README b/datapath/README index b8a048b8..8fa2dd1e 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(...) -- 2.30.2