commit | f586287e0fed366d80822666f70487472ab8793a | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Tue Jun 17 16:16:13 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 17 16:16:13 2008 -0700 |
tree | 5e3153f55bd75a2e06821aea2809b9e463d427d2 | |
parent | 92c0574f11598c8036f81e27d2e8bdd6eed7d76d [diff] |
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>