Signed-off-by: Justin Pettit <[email protected]>
---
datapath/datapath.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/datapath/datapath.h b/datapath/datapath.h
index 92ef19f..fb37fa1 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.
*/
--
1.7.5.4
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev