Skip to content

Commit cf714ac

Browse files
Mahesh Bandewardavem330
authored andcommitted
ipvlan: Fix dependency issue
kbuild-build-bot reported that if NETFILTER is not selected, the build fails pointing to netfilter symbols. Fixes: 4fbae7d ("ipvlan: Introduce l3s mode") Signed-off-by: Mahesh Bandewar <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 2279994 commit cf714ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ config IPVLAN
149149
tristate "IP-VLAN support"
150150
depends on INET
151151
depends on IPV6
152+
depends on NETFILTER
152153
depends on NET_L3_MASTER_DEV
153154
---help---
154155
This allows one to create virtual devices off of a main interface

0 commit comments

Comments
 (0)