ip-tunnel: Use API to access tunnel metadata options.
Currently tun-info options pointer is used in few cases to pass options around. But tunnel options can be accessed using ip_tunnel_info_opts() API without using the pointer. Following patch removes the redundant pointer and consistently make use of API. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Acked-by: Thomas Graf <tgraf@suug.ch> Reviewed-by: Jesse Gross <jesse@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
d1bfc62591
commit
4c22279848
@@ -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;
|
||||
|
Reference in New Issue
Block a user