Re: [PATCH net-next 01/18] ipv6: Add fib6_nh_init and release to stubs

2019-04-05 Thread David Ahern
On 4/5/19 6:46 AM, Ido Schimmel wrote: > On Thu, Apr 04, 2019 at 10:49:50AM -0700, David Ahern wrote: >> From: David Ahern >> >> Signed-off-by: David Ahern > > Reviewed-by: Ido Schimmel > >> +static int eafnosupport_fib6_nh_init(struct net *net, struct fib6_nh >> *fib6_nh, >> +

Re: [PATCH net-next 01/18] ipv6: Add fib6_nh_init and release to stubs

2019-04-05 Thread Ido Schimmel
On Thu, Apr 04, 2019 at 10:49:50AM -0700, David Ahern wrote: > From: David Ahern > > Signed-off-by: David Ahern Reviewed-by: Ido Schimmel > +static int eafnosupport_fib6_nh_init(struct net *net, struct fib6_nh > *fib6_nh, > + struct fib6_config *cfg, gfp_t gf

[PATCH net-next 01/18] ipv6: Add fib6_nh_init and release to stubs

2019-04-04 Thread David Ahern
From: David Ahern Signed-off-by: David Ahern --- include/net/ipv6_stubs.h | 6 ++ net/ipv6/addrconf_core.c | 9 + net/ipv6/af_inet6.c | 2 ++ 3 files changed, 17 insertions(+) diff --git a/include/net/ipv6_stubs.h b/include/net/ipv6_stubs.h index d8d9c0b0e8c0..453b55bf6723 100