commit | 07f623d3b278abe88508c1c59d7c1089b4a56789 | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Thu Jan 17 12:10:57 2013 +0900 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 16 22:12:36 2013 -0500 |
tree | 6434cfeda221b05ca22bca8e1994841a667ce277 | |
parent | 9fba0812c15e531c3ff1752174f04234b7a55fc4 [diff] |
ipv6: Fix endianess warning in ip6_flow_hdr(). Commit 3e4e4c1f ("ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.) uses ntohl(), which should be htonl(). Found by Fengguang Wu <fengguang.wu@intel.com>. Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>