sean-freebsd> I found the bug. The socket was IPv6, but the bind used an sean-freebsd> IPv4 sockaddr struct. Patch attached. sean-freebsd> - s = socket(addr.sa.sa_family, SOCK_STREAM, 0); sean-freebsd> + s = socket(clt_addr.sa.sa_family, SOCK_STREAM, 0); Thanks for the fix. It will be part of 8.11.4. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message
- Solution: Sendmail outgoing bind() fails only PPP Sean Farley
- Gregory Neil Shapiro