Initial support for VRFs in IPv6 stack. Patches apply on top of the L3 Master Device patches sent on Friday: http://www.spinics.net/lists/netdev/msg343533.html
All patches can be found here github.com/dsahern/linux.git vrf/ipv6-l3mdev-rfc1 David Ahern (4): l3mdev: ipv6 support net: Remove use of IFF_SLAVE with L3 devices net: VRF device: Initial IPv6 support net: ipv6: Initial support for VRFs drivers/net/vrf.c | 228 +++++++++++++++++++++++++++++++++++++++++++++- include/linux/netdevice.h | 2 +- include/net/l3mdev.h | 43 +++++++++ net/ipv6/addrconf.c | 4 +- net/ipv6/datagram.c | 4 + net/ipv6/icmp.c | 6 +- net/ipv6/ip6_fib.c | 1 + net/ipv6/ip6_output.c | 6 +- net/ipv6/ndisc.c | 9 +- net/ipv6/route.c | 17 +++- 10 files changed, 308 insertions(+), 12 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html