On Wed, Oct 7, 2015 at 9:50 AM, David Ahern <d...@cumulusnetworks.com> 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/drivers/net/Kconfig
> @@ -300,6 +300,7 @@ config NET_VRF
>         tristate "Virtual Routing and Forwarding (Lite)"
>         depends on IP_MULTIPLE_TABLES && IPV6_MULTIPLE_TABLES
>         depends on NET_L3_MASTER_DEV
> +       depends on IPV6

So vrf will stop functioning without IPV6? This doesn't look correct...
--
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

Reply via email to