On Tue, 02 Oct 2012 14:36:27 -0400 (EDT) David Miller <davem@xxxxxxxxxxxxx> wrote: > From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> > 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. Yup, thanks Dave. -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html