CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/05/19 02:02:23
Modified files:
sys/netinet6 : udp6_output.c
Log message:
Do not check if source address is available when the UDP6 socket is bound
to [::]. We should be able to send from a socket bound to [::] while using
sockets bound to specified addresses for reception.
Spotted with regress/usr.sbin/syslogd/args-client-bind-only6.pl test case.
"makes sense to me" millert@, ok benno@, ok bluhm@
