ipvlan: ipvlan depends on INET and IPV6
authorMahesh Bandewar <maheshb@google.com>
Thu, 27 Nov 2014 05:13:45 +0000 (21:13 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 30 Nov 2014 04:53:05 +0000 (20:53 -0800)
commit265de6d19cdd56745bf2277f0bc81ba5109b8717
tree6b529ab359a0b9b6c2fda1d7d4627e2fb42d1de0
parent60b7379dc5b1743427b031cca53e30860a38ada6
ipvlan: ipvlan depends on INET and IPV6

This driver uses ip_out_local() and ip6_route_output() which are
defined only if CONFIG_INET and CONFIG_IPV6 are enabled respectively.

Reported-by: Jim Davis <jim.epost@gmail.com>
Signed-off-by: Mahesh Bandewar <maheshb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Kconfig
drivers/net/ipvlan/ipvlan.h