commit | b777e0ce7437a0e788e2aeb42aca9af2cce1f2e1 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Thu Jan 05 12:21:16 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 05 12:21:16 2006 -0800 |
tree | cecbfdf5b78b909b80f3f04cbfdac7599f5a3352 | |
parent | 1bd9bef6f9fe06dd0c628ac877c85b6b36aca062 [diff] |
[NETFILTER]: make ipv6_find_hdr() find transport protocol header The original ipv6_find_hdr() finds the specified header in IPv6 packets. This makes it possible to get transport header so that we can kill similar loop in ip6_match_packet(). Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>