From 5db775aaced05bbda585e596739fe8150a74d68d Mon Sep 17 00:00:00 2001 From: rrs Date: Thu, 14 Jun 2007 22:59:04 +0000 Subject: - Fix so ifn's are properly deleted when the ref count goes to 0. - Fix so VRF's will clean themselves up when no references are around. - Allow sctp_ifa to be passed into inpcb_bind, addr_mgmt_ep_sa to bypass normal validation checks. - turn auto-asconf off for subset bound sockets - Moves all logging to use KTR. This gets rid of most of the logging #ifdef's with a few exceptions reducing the number of config options for SCTP. --- sys/netinet/sctp_asconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet/sctp_asconf.h') diff --git a/sys/netinet/sctp_asconf.h b/sys/netinet/sctp_asconf.h index 11d8bb2..d47aa96 100644 --- a/sys/netinet/sctp_asconf.h +++ b/sys/netinet/sctp_asconf.h @@ -55,7 +55,7 @@ sctp_handle_asconf_ack(struct mbuf *, int, extern uint32_t sctp_addr_mgmt_ep_sa(struct sctp_inpcb *, struct sockaddr *, - uint32_t, uint32_t); + uint32_t, uint32_t, struct sctp_ifa *); int sctp_iterator_ep(struct sctp_inpcb *inp, void *ptr, uint32_t val); -- cgit v1.1