]> git.karo-electronics.de Git - karo-tx-linux.git/commit
netfilter: fix tuple inversion for Node information request
authorEric Leblond <eric@inl.fr>
Mon, 9 Feb 2009 22:33:03 +0000 (14:33 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Feb 2009 22:33:03 +0000 (14:33 -0800)
commita51f42f3c940e5582c40454ece066d033bc7e24f
tree9a9a55148d032468b0b4910de4d6680820f56d13
parentb3df68f8f5a29888ae693fdb84ebabbc28ed9400
netfilter: fix tuple inversion for Node information request

The patch fixes a typo in the inverse mapping of Node Information
request. Following draft-ietf-ipngwg-icmp-name-lookups-09, "Querier"
sends a type 139 (ICMPV6_NI_QUERY) packet to "Responder" which answer
with a type 140 (ICMPV6_NI_REPLY) packet.

Signed-off-by: Eric Leblond <eric@inl.fr>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c