Page MenuHomeFreeBSD

D23957.diff
No OneTemporary

D23957.diff

Index: head/sys/netinet/tcp_syncache.c
===================================================================
--- head/sys/netinet/tcp_syncache.c
+++ head/sys/netinet/tcp_syncache.c
@@ -2224,7 +2224,8 @@
#ifdef INET6
case INC_ISIPV6:
if (sotoinpcb(lso)->inp_flags & IN6P_AUTOFLOWLABEL)
- sc->sc_flowlabel = sc->sc_iss & IPV6_FLOWLABEL_MASK;
+ sc->sc_flowlabel =
+ htonl(sc->sc_iss) & IPV6_FLOWLABEL_MASK;
break;
#endif
}

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 26, 6:18 PM (9 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26221959
Default Alt Text
D23957.diff (440 B)

Event Timeline