Print this page
OS-4647 lx fails to mount nfs share - Transport endpoint is already connected

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/inet/udp/udp_opt_data.c
          +++ new/usr/src/uts/common/inet/udp/udp_opt_data.c
↓ open down ↓ 284 lines elided ↑ open up ↑
 285  285          -1 /* not initialized */ },
 286  286  
 287  287  { UDP_ANONPRIVBIND, IPPROTO_UDP, OA_R, OA_RW, OP_PRIVPORT, 0,
 288  288          sizeof (int), 0 },
 289  289  { UDP_EXCLBIND, IPPROTO_UDP, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0
 290  290          },
 291  291  { UDP_RCVHDR, IPPROTO_UDP, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0
 292  292          },
 293  293  { UDP_NAT_T_ENDPOINT, IPPROTO_UDP, OA_RW, OA_RW, OP_PRIVPORT, 0, sizeof (int),
 294  294          0 },
      295 +{ UDP_SND_TO_CONNECTED, IPPROTO_UDP, OA_R, OA_RW, OP_CONFIG, 0, sizeof (int),
      296 +        0 }
 295  297  };
 296  298  
 297  299  /*
 298  300   * Table of all supported levels
 299  301   * Note: Some levels (e.g. XTI_GENERIC) may be valid but may not have
 300  302   * any supported options so we need this info separately.
 301  303   *
 302  304   * This is needed only for topmost tpi providers and is used only by
 303  305   * XTI interfaces.
 304  306   */
↓ open down ↓ 30 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX