On Mon, Aug 4, 2014 at 5:05 PM, Justin Pettit <jpet...@nicira.com> wrote: > Signed-off-by: Justin Pettit <jpet...@nicira.com> > --- > 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. > */
Looks good. Acked-by: Pravin B Shelar <pshe...@nicira.com> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev