Re: [PATCH -next] bridge: fix IPV6=n build
From: David Miller <davem@davemloft.net>
Date: 2008-06-17 23:16:22
Also in:
linux-next
From: David Miller <davem@davemloft.net>
Date: 2008-06-17 23:16:22
Also in:
linux-next
From: Randy Dunlap <redacted> Date: Tue, 17 Jun 2008 09:42:14 -0700
Fix bridge netfilter code so that it uses CONFIG_IPV6 as needed: net/built-in.o: In function `ebt_filter_ip6': ebt_ip6.c:(.text+0x87c37): undefined reference to `ipv6_skip_exthdr' net/built-in.o: In function `ebt_log_packet': ebt_log.c:(.text+0x88dee): undefined reference to `ipv6_skip_exthdr' make[1]: *** [.tmp_vmlinux1] Error 1 Signed-off-by: Randy Dunlap <redacted>
Applied, thanks Randy.