]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
bridge: fix IPV6=n build
authorRandy Dunlap <randy.dunlap@oracle.com>
Tue, 17 Jun 2008 23:16:13 +0000 (16:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Jun 2008 23:16:13 +0000 (16:16 -0700)
commitf586287e0fed366d80822666f70487472ab8793a
tree5e3153f55bd75a2e06821aea2809b9e463d427d2
parent92c0574f11598c8036f81e27d2e8bdd6eed7d76d
bridge: fix IPV6=n build

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 <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/netfilter/Kconfig
net/bridge/netfilter/Makefile
net/bridge/netfilter/ebt_log.c