Re: [PATCH net 4/7] net: ip6_gre: Split up ip6gre_tnl_change()

2018-05-17 Thread Petr Machata
Fixes: 5a963eb61b7c ("ip6_gre: Add ERSPAN native tunnel support")

Re: [PATCH net 4/7] net: ip6_gre: Split up ip6gre_tnl_change()

2018-05-17 Thread William Tu
On Thu, May 17, 2018 at 7:36 AM, Petr Machata wrote: > Split a reusable function ip6gre_tnl_copy_tnl_parm() from > ip6gre_tnl_change(). This will allow ERSPAN-specific code to > reuse the common parts while customizing the behavior for ERSPAN. > > Signed-off-by: Petr Machata

[PATCH net 4/7] net: ip6_gre: Split up ip6gre_tnl_change()

2018-05-17 Thread Petr Machata
Split a reusable function ip6gre_tnl_copy_tnl_parm() from ip6gre_tnl_change(). This will allow ERSPAN-specific code to reuse the common parts while customizing the behavior for ERSPAN. Signed-off-by: Petr Machata --- net/ipv6/ip6_gre.c | 10 -- 1 file changed, 8