Skip to content

Commit

Permalink
ipvlan: selects master_l3 device instead of depending on it
Browse files Browse the repository at this point in the history
The L3 Master device is just a glue between the core networking code and
device drivers, so it should be selected automatically rather than
requiring to be enabled explicitly.

Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Matteo Croce authored and David S. Miller committed Feb 21, 2018
1 parent 94333fa commit 218798f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ config IPVLAN
tristate "IP-VLAN support"
depends on INET
depends on NETFILTER
depends on NET_L3_MASTER_DEV
select NET_L3_MASTER_DEV
---help---
This allows one to create virtual devices off of a main interface
and packets will be delivered based on the dest L3 (IPv6/IPv4 addr)
Expand Down

0 comments on commit 218798f

Please sign in to comment.