Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131200
b: refs/heads/master
c: a51f42f
h: refs/heads/master
v: v3
  • Loading branch information
Eric Leblond authored and David S. Miller committed Feb 9, 2009
1 parent 1ad79ab commit 03b094e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b3df68f8f5a29888ae693fdb84ebabbc28ed9400
refs/heads/master: a51f42f3c940e5582c40454ece066d033bc7e24f
4 changes: 2 additions & 2 deletions trunk/net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ static bool icmpv6_pkt_to_tuple(const struct sk_buff *skb,
static const u_int8_t invmap[] = {
[ICMPV6_ECHO_REQUEST - 128] = ICMPV6_ECHO_REPLY + 1,
[ICMPV6_ECHO_REPLY - 128] = ICMPV6_ECHO_REQUEST + 1,
[ICMPV6_NI_QUERY - 128] = ICMPV6_NI_QUERY + 1,
[ICMPV6_NI_REPLY - 128] = ICMPV6_NI_REPLY +1
[ICMPV6_NI_QUERY - 128] = ICMPV6_NI_REPLY + 1,
[ICMPV6_NI_REPLY - 128] = ICMPV6_NI_QUERY +1
};

static bool icmpv6_invert_tuple(struct nf_conntrack_tuple *tuple,
Expand Down

0 comments on commit 03b094e

Please sign in to comment.