diff options
| author | Paul Wernau <Paul.Wernau@Sun.COM> | 2009-12-23 17:51:55 -0500 |
|---|---|---|
| committer | Paul Wernau <Paul.Wernau@Sun.COM> | 2009-12-23 17:51:55 -0500 |
| commit | 5086f56fbd6ed7abfb046baf7022edf6966dae51 (patch) | |
| tree | e16f373641aaa0dddc5c04fc8a7676410ee1d415 /usr/src/uts | |
| parent | 70a38f022809785150671c14c5ed29eeaf0de287 (diff) | |
| download | illumos-joyent-5086f56fbd6ed7abfb046baf7022edf6966dae51.tar.gz | |
6902591 ping -b should treat EPROTONOSUPPORT on IP_SEC_OPT as a working case.
6912665 snoop should treat IPv6 fragment IDs as unsigned numbers
6912634 double htonl() causes byteswapped IPv6 frag IDs on the wire
Diffstat (limited to 'usr/src/uts')
| -rw-r--r-- | usr/src/uts/common/inet/ip/ip6_output.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/src/uts/common/inet/ip/ip6_output.c b/usr/src/uts/common/inet/ip/ip6_output.c index 31b7a54868..50f9309586 100644 --- a/usr/src/uts/common/inet/ip/ip6_output.c +++ b/usr/src/uts/common/inet/ip/ip6_output.c @@ -1086,9 +1086,6 @@ ire_send_wire_v6(ire_t *ire, mblk_t *mp, void *iph_arg, */ ident = atomic_add_32_nv(identp, ixa->ixa_extra_ident + 1); -#ifndef _BIG_ENDIAN - ident = htonl(ident); -#endif ixa->ixa_ident = ident; /* In case we do IPsec */ } if (ixaflags & IXAF_IPSEC_SECURE) { |
