svn commit: r301246 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Fri Jun 3 07:43:05 UTC 2016


Author: tuexen
Date: Fri Jun  3 07:43:04 2016
New Revision: 301246
URL: https://svnweb.freebsd.org/changeset/base/301246

Log:
  Get struct sctp_net_route in-sync with struct route again.

Modified:
  head/sys/netinet/sctp_structs.h

Modified: head/sys/netinet/sctp_structs.h
==============================================================================
--- head/sys/netinet/sctp_structs.h	Fri Jun  3 07:34:59 2016	(r301245)
+++ head/sys/netinet/sctp_structs.h	Fri Jun  3 07:43:04 2016	(r301246)
@@ -189,6 +189,7 @@ struct iterator_control {
 
 struct sctp_net_route {
 	sctp_rtentry_t *ro_rt;
+	struct llentry *ro_lle;
 	char *ro_prepend;
 	uint16_t ro_plen;
 	uint16_t ro_flags;


More information about the svn-src-head mailing list