From: Randy Dunlap <rdun...@xenotime.net>
Date: Tue, 02 Oct 2012 11:31:51 -0700

> on x86_64:
> 
> drivers/net/vxlan.c: In function 'vxlan_xmit':
> drivers/net/vxlan.c:725:2: error: implicit declaration of function 
> 'ip_select_ident'
> 
> That function is only defined when CONFIG_INET is enabled,
> but it is disabled in this config.

This definitely depends upon INET, I'll add the Kconfig change
to net-next, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to