[PATCH net-next 3/4] net: Add IPv6 support to VRF device

2015-10-12 Thread David Ahern
Add support for IPv6 to VRF device driver. Implemenation parallels what has been done for IPv4. Signed-off-by: David Ahern --- drivers/net/Kconfig | 4 +- drivers/net/vrf.c | 273 +++- 2 files changed, 275 insertions(+), 2 deletions(-) diff --

[PATCH net-next 3/4] net: Add IPv6 support to VRF device

2015-10-07 Thread David Ahern
Add support for IPv6 to VRF device driver. Implemenation parallels what has been done for IPv4. Signed-off-by: David Ahern --- drivers/net/Kconfig | 4 +- drivers/net/vrf.c | 279 +++- 2 files changed, 281 insertions(+), 2 deletions(-) diff --

Re: [PATCH net-next 3/4] net: Add IPv6 support to VRF device

2015-10-07 Thread David Ahern
On 10/7/15 12:46 PM, David Ahern wrote: On 10/7/15 12:42 PM, Cong Wang wrote: On Wed, Oct 7, 2015 at 9:50 AM, David Ahern wrote: Add support for IPv6 to VRF device driver. Implemenation parallels what has been done for IPv4. [...] diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index

Re: [PATCH net-next 3/4] net: Add IPv6 support to VRF device

2015-10-07 Thread David Ahern
On 10/7/15 12:42 PM, Cong Wang wrote: On Wed, Oct 7, 2015 at 9:50 AM, David Ahern wrote: Add support for IPv6 to VRF device driver. Implemenation parallels what has been done for IPv4. [...] diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index b9ebd0d18a52..c878a0bc2137 100644 --- a/d

Re: [PATCH net-next 3/4] net: Add IPv6 support to VRF device

2015-10-07 Thread Cong Wang
On Wed, Oct 7, 2015 at 9:50 AM, David Ahern wrote: > Add support for IPv6 to VRF device driver. Implemenation parallels what > has been done for IPv4. [...] > diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig > index b9ebd0d18a52..c878a0bc2137 100644 > --- a/drivers/net/Kconfig > +++ b/driver

[PATCH net-next 3/4] net: Add IPv6 support to VRF device

2015-10-07 Thread David Ahern
Add support for IPv6 to VRF device driver. Implemenation parallels what has been done for IPv4. Signed-off-by: David Ahern --- drivers/net/Kconfig | 1 + drivers/net/vrf.c | 254 +++- 2 files changed, 254 insertions(+), 1 deletion(-) diff --gi