Re: [RFC net-next 4/4] net: ipv6: Initial support for VRFs

2015-09-21 Thread David Ahern
On 9/21/15 6:08 PM, Tom Herbert wrote: diff --git a/net/ipv6/datagram.c b/net/ipv6/datagram.c index 9aadd57808a5..11980ee57507 100644 --- a/net/ipv6/datagram.c +++ b/net/ipv6/datagram.c @@ -142,6 +142,10 @@ static int __ip6_datagram_connect(struct sock *sk, struct sockaddr *uaddr, int a

Re: [RFC net-next 4/4] net: ipv6: Initial support for VRFs

2015-09-21 Thread Tom Herbert
On Mon, Sep 21, 2015 at 4:32 PM, David Ahern wrote: > Add basic support for VRFs to IPv6 stack. This is a good start point. > ping to and from a VRF works. Basic tcp and udp clients and server all > work fine with VRFs. > > Signed-off-by: David Ahern > --- > net/ipv6/addrconf.c | 4 +++- > ne

[RFC net-next 4/4] net: ipv6: Initial support for VRFs

2015-09-21 Thread David Ahern
Add basic support for VRFs to IPv6 stack. This is a good start point. ping to and from a VRF works. Basic tcp and udp clients and server all work fine with VRFs. Signed-off-by: David Ahern --- net/ipv6/addrconf.c | 4 +++- net/ipv6/datagram.c | 4 net/ipv6/icmp.c | 6 +- ne