Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135472
b: refs/heads/master
c: 55df4ac
h: refs/heads/master
v: v3
  • Loading branch information
Eric Leblond authored and Patrick McHardy committed Feb 18, 2009
1 parent 9d9dbc6 commit bb64b87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 842bff366b536787b88c07cbf2416e2cb26cae67
refs/heads/master: 55df4ac0c927c7f1f84e6d75532f0ca45d391e64
4 changes: 4 additions & 0 deletions trunk/net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ static bool icmpv6_new(struct nf_conn *ct, const struct sk_buff *skb,
pr_debug("icmpv6: can't create new conn with type %u\n",
type + 128);
nf_ct_dump_tuple_ipv6(&ct->tuplehash[0].tuple);
if (LOG_INVALID(nf_ct_net(ct), IPPROTO_ICMPV6))
nf_log_packet(PF_INET6, 0, skb, NULL, NULL, NULL,
"nf_ct_icmpv6: invalid new with type %d ",
type + 128);
return false;
}
atomic_set(&ct->proto.icmp.count, 0);
Expand Down

0 comments on commit bb64b87

Please sign in to comment.