ip-tunnel: Use API to access tunnel metadata options.
[pandora-kernel.git] / net / openvswitch / datapath.h
index c05b7d9..f88038a 100644 (file)
@@ -116,7 +116,8 @@ struct ovs_skb_cb {
  * @mru: If not zero, Maximum received IP fragment size.
  */
 struct dp_upcall_info {
-       const struct ip_tunnel_info *egress_tun_info;
+       struct ip_tunnel_info *egress_tun_info;
+       const void *egress_tun_opts;
        const struct nlattr *userdata;
        const struct nlattr *actions;
        int actions_len;