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>
Цей коміт міститься в:
Mahesh Bandewar
2014-11-26 21:13:45 -08:00
зафіксовано David S. Miller
джерело 60b7379dc5
коміт 265de6d19c
2 змінених файлів з 4 додано та 1 видалено

Переглянути файл

@@ -148,6 +148,8 @@ config MACVTAP
config IPVLAN
tristate "IP-VLAN support"
depends on INET
depends on IPV6
---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)