]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r221249:
authortuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 10 Feb 2012 20:27:58 +0000 (20:27 +0000)
committertuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 10 Feb 2012 20:27:58 +0000 (20:27 +0000)
commit3f4bff7a46fbbf6a08865d184e1c28c572b5b478
tree04dc9e56d9a81d551850acf34ba799c5e1f1c092
parent3ef8c7624625f57abd19415139259f7ac55fb84f
MFC r221249:
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.
* Checking for additional addresses takes the correct address
  into account and also does not do more comparisons than
  necessary.

This patch is based on one received from bz@ who was
sponsored by The FreeBSD Foundation and iXsystems.

git-svn-id: svn://svn.freebsd.org/base/stable/8@231426 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet/sctp_asconf.c
sys/netinet/sctp_bsd_addr.c
sys/netinet/sctp_input.c
sys/netinet/sctp_os_bsd.h
sys/netinet/sctp_output.c
sys/netinet/sctp_pcb.c
sys/netinet/sctp_sysctl.c
sys/netinet/sctp_usrreq.c
sys/netinet/sctp_var.h
sys/netinet/sctputil.c
sys/netinet6/sctp6_usrreq.c