Re: [PATCH net-next] ip-tunnel: Use API to access tunnel metadata options.
From: David Miller <davem@davemloft.net>
Date: 2015-08-31 19:29:12
From: David Miller <davem@davemloft.net>
Date: 2015-08-31 19:29:12
From: Pravin B Shelar <redacted> Date: Sun, 30 Aug 2015 18:09:38 -0700
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 <redacted>
Applied, thanks.