Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mahesh Bandewar and committed by
David S. Miller
cf714ac1 2279994d

+1
+1
drivers/net/Kconfig
··· 149 149 tristate "IP-VLAN support" 150 150 depends on INET 151 151 depends on IPV6 152 + depends on NETFILTER 152 153 depends on NET_L3_MASTER_DEV 153 154 ---help--- 154 155 This allows one to create virtual devices off of a main interface