summaryrefslogtreecommitdiff
path: root/datapath
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2014-08-04 16:00:40 -0700
committerJustin Pettit <jpettit@nicira.com>2014-08-05 14:48:42 -0700
commit6ebad850175a9891b27562ec4d8958aa478fdcd9 (patch)
treecb24b8b3e69dcf60f3028de554182da944dd0530 /datapath
parent56394293b807ab811903e3655cdf522f0d7146db (diff)
downloadopenvswitch-6ebad850175a9891b27562ec4d8958aa478fdcd9.tar.gz
datapath: Correct comment about 'tun_info' member in ovs_skb_cb.
Signed-off-by: Justin Pettit <jpettit@nicira.com> Acked-by: Pravin B Shelar <pshelar@nicira.com>
Diffstat (limited to 'datapath')
-rw-r--r--datapath/datapath.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/datapath/datapath.h b/datapath/datapath.h
index 92ef19f45..fb37fa197 100644
--- a/datapath/datapath.h
+++ b/datapath/datapath.h
@@ -98,7 +98,8 @@ struct datapath {
* struct ovs_skb_cb - OVS data in skb CB
* @flow: The flow associated with this packet. May be %NULL if no flow.
* @pkt_key: The flow information extracted from the packet. Must be nonnull.
- * @tun_key: Key for the tunnel that encapsulated this packet. NULL if the
+ * @tun_info: Tunnel information about this packet. NULL if the packet
+ * is not being tunneled.
* @input_vport: The original vport packet came in on. This value is cached
* when a packet is received by OVS.
*/