aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorDavid Ahern <dsa@cumulusnetworks.com>2015-09-29 20:07:12 -0700
committerDavid S. Miller <davem@davemloft.net>2015-09-29 20:40:33 -0700
commitee15ee5d94f5837260e7fa539ffd1b50952079c4 (patch)
treec31649b7367fd733d7f316b5b9217ef015a95496 /drivers/net/Kconfig
parentnet: Introduce L3 Master device abstraction (diff)
downloadlinux-dev-ee15ee5d94f5837260e7fa539ffd1b50952079c4.tar.xz
linux-dev-ee15ee5d94f5837260e7fa539ffd1b50952079c4.zip
net: Add support for l3mdev ops to VRF driver
Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index d18eb607bee6..b9ebd0d18a52 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -299,6 +299,7 @@ config NLMON
config NET_VRF
tristate "Virtual Routing and Forwarding (Lite)"
depends on IP_MULTIPLE_TABLES && IPV6_MULTIPLE_TABLES
+ depends on NET_L3_MASTER_DEV
---help---
This option enables the support for mapping interfaces into VRF's. The
support enables VRF devices.