Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[linux-2.6-block.git] / net / ipv6 / netfilter.c
index d958718b50318911d27ece2b7e9f026ca68e8c97..b4de08a83e0b8da054fb7eb4f48d88a999795e6f 100644 (file)
@@ -191,6 +191,8 @@ static __sum16 nf_ip6_checksum_partial(struct sk_buff *skb, unsigned int hook,
 
 static const struct nf_ipv6_ops ipv6ops = {
        .chk_addr       = ipv6_chk_addr,
+       .route_input    = ip6_route_input,
+       .fragment       = ip6_fragment
 };
 
 static const struct nf_afinfo nf_ip6_afinfo = {