Re: [PATCH net-next] ipvlan: ipvlan depends on INET and IPV6
From: David Miller <davem@davemloft.net>
Date: 2014-11-30 04:49:21
From: David Miller <davem@davemloft.net>
Date: 2014-11-30 04:49:21
From: Mahesh Bandewar <redacted> Date: Wed, 26 Nov 2014 21:13:45 -0800
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 <redacted> Signed-off-by: Mahesh Bandewar <redacted>
Applied, thanks for fixing this.