Re: svn commit: r221249 - in head/sys: netinet netinet6

2011-04-30 Thread Bjoern A. Zeeb
On Sat, 30 Apr 2011, Michael Tuexen wrote: Author: tuexen Date: Sat Apr 30 11:18:16 2011 New Revision: 221249 URL: http://svn.freebsd.org/changeset/base/221249 Log: Improve compilation of SCTP code without INET support. Some bugs where fixed while doing this: * ASCONF-ACK messages might use

svn commit: r221249 - in head/sys: netinet netinet6

2011-04-30 Thread Michael Tuexen
Author: tuexen Date: Sat Apr 30 11:18:16 2011 New Revision: 221249 URL: http://svn.freebsd.org/changeset/base/221249 Log: Improve compilation of SCTP code without INET support. Some bugs where fixed while doing this: * ASCONF-ACK messages might use wrong port number when using IPv6. *