]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4e4e4bbc65845dc75847727f08f7d21c726c995e
tree6b529ab359a0b9b6c2fda1d7d4627e2fb42d1de0
parenta36c2322e46502545e33025b1ff665bc5c6cd232
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