diff options
author | David Ahern <dsa@cumulusnetworks.com> | 2015-09-29 20:07:12 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-09-29 20:40:33 -0700 |
commit | ee15ee5d94f5837260e7fa539ffd1b50952079c4 (patch) | |
tree | c31649b7367fd733d7f316b5b9217ef015a95496 /drivers/net/Kconfig | |
parent | 1b69c6d0ae90b7f1a4f61d5c8209d5cb7a55f849 (diff) | |
download | linux-ee15ee5d94f5837260e7fa539ffd1b50952079c4.tar.bz2 |
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/Kconfig | 1 |
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. |