On Wed, Apr 4, 2018 at 5:46 PM, Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> wrote: > On Wed, Apr 04, 2018 at 05:38:31PM +0200, Arnd Bergmann wrote: >> On Fri, Mar 30, 2018 at 1:46 PM, Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> wrote: >> > One module per supported filter chain family type takes too much memory >> > for very little code - too much modularization - place all chain filter >> > definitions in one single file. >> > >> > Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> >> >> Hi Pablo, >> >> I've bisected a link error to this patch: >> >> net/netfilter/nft_reject_inet.o: In function `nft_reject_inet_eval': >> nft_reject_inet.c:(.text+0xa7): undefined reference to `nf_send_unreach6' >> nft_reject_inet.c:(.text+0x10c): undefined reference to `nf_send_unreach6' >> nft_reject_inet.c:(.text+0x138): undefined reference to `nf_send_reset6' >> >> Unfortunately I don't immediately see what went wrong, maybe you >> can spot it. > > Can you pass me your .config file? I will have a look at it. Thanks. > Looks like some missing Kconfig stuff. Sure, see https://pastebin.com/raw/yF9Y5Mmn Arnd -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html