Re: [PATCH net-next v2] net: vrf: Create FIB tables on link create

2016-05-06 Thread David Miller
From: David Ahern Date: Wed, 4 May 2016 21:46:12 -0700 > Tables have to exist for VRFs to function. Ensure they exist > when VRF device is created. > > Signed-off-by: David Ahern > --- > v2 > - create table before rt6 allocation per comment from DaveM Yep, this looks better, applied.

[PATCH net-next v2] net: vrf: Create FIB tables on link create

2016-05-04 Thread David Ahern
Tables have to exist for VRFs to function. Ensure they exist when VRF device is created. Signed-off-by: David Ahern --- v2 - create table before rt6 allocation per comment from DaveM drivers/net/vrf.c | 13 +++-- net/ipv4/fib_frontend.c | 1 + net/ipv6/ip6_fib.c | 1 + 3 fi