From 93f17e924f766c56d009ea62b320790c589ec47a Mon Sep 17 00:00:00 2001 From: YOSHIFUJI Hideaki Date: Thu, 17 Jan 2013 12:10:57 +0900 Subject: [PATCH] --- yaml --- r: 351428 b: refs/heads/master c: 07f623d3b278abe88508c1c59d7c1089b4a56789 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/net/ipv6.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index acc8dff4652f..560af36055dd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9fba0812c15e531c3ff1752174f04234b7a55fc4 +refs/heads/master: 07f623d3b278abe88508c1c59d7c1089b4a56789 diff --git a/trunk/include/net/ipv6.h b/trunk/include/net/ipv6.h index dfc1363a97b5..a0909c79374b 100644 --- a/trunk/include/net/ipv6.h +++ b/trunk/include/net/ipv6.h @@ -629,7 +629,7 @@ extern void ipv6_select_ident(struct frag_hdr *fhdr, struct rt6_info *rt); static inline void ip6_flow_hdr(struct ipv6hdr *hdr, unsigned int tclass, __be32 flowlabel) { - *(__be32 *)hdr = ntohl(0x60000000 | (tclass << 20)) | flowlabel; + *(__be32 *)hdr = htonl(0x60000000 | (tclass << 20)) | flowlabel; } static inline __be32 ip6_flowinfo(const struct ipv6hdr *hdr)