diff options
author | Mahesh Bandewar <maheshb@google.com> | 2016-09-19 23:56:29 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-09-21 05:55:23 +0300 |
commit | cf714ac147e08bc13cd6bc79f2b090da905398ef (patch) | |
tree | 0ff3609f2cd1d736429c7de2590353cbc347a4b2 /drivers/net | |
parent | 2279994d07ab67ff7a1d09bfbd65588332dfb6d8 (diff) | |
download | linux-cf714ac147e08bc13cd6bc79f2b090da905398ef.tar.xz |
ipvlan: Fix dependency issue
kbuild-build-bot reported that if NETFILTER is not selected, the
build fails pointing to netfilter symbols.
Fixes: 4fbae7d83c98 ("ipvlan: Introduce l3s mode")
Signed-off-by: Mahesh Bandewar <maheshb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-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 8768a625350d..95c32f2d7601 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -149,6 +149,7 @@ config IPVLAN tristate "IP-VLAN support" depends on INET depends on IPV6 + depends on NETFILTER depends on NET_L3_MASTER_DEV ---help--- This allows one to create virtual devices off of a main interface |