diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2015-09-11 17:00:34 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2015-09-11 17:00:34 +0000 |
commit | 04e897ad9798e6c5ac51301efad5f47fabc50b78 (patch) | |
tree | 2f59f3a68bc306cca915687c943adc5c360798c8 /usr/src/uts/common/inet/udp_impl.h | |
parent | f13fe5b0067651c187b89429b442473f0dfe1b8d (diff) | |
download | illumos-joyent-04e897ad9798e6c5ac51301efad5f47fabc50b78.tar.gz |
OS-4647 lx fails to mount nfs share - Transport endpoint is already connected
Diffstat (limited to 'usr/src/uts/common/inet/udp_impl.h')
-rw-r--r-- | usr/src/uts/common/inet/udp_impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/inet/udp_impl.h b/usr/src/uts/common/inet/udp_impl.h index 3b07abc309..ebba10c0f7 100644 --- a/usr/src/uts/common/inet/udp_impl.h +++ b/usr/src/uts/common/inet/udp_impl.h @@ -182,8 +182,9 @@ typedef struct udp_s { udp_vxlanhash: 1, /* UDP_SRCPORT_HASH option */ /* Because there's only VXLAN, cheat */ /* and only use a single bit */ + udp_snd_to_conn: 1, /* UDP_SND_TO_CONNECTED option */ - udp_pad_to_bit_31 : 28; + udp_pad_to_bit_31 : 27; /* Following 2 fields protected by the uf_lock */ struct udp_s *udp_bind_hash; /* Bind hash chain */ |