Get struct sctp_net_route in tune with struct route.
struct route was changed in http://svn.freebsd.org/changeset/base/225698 and since then SCTP support was broken. This needs to be MFCed to stable/9 to unbreak SCTP support in 9.0 MFC after: 3 days.
This commit is contained in:
parent
1984dc56b2
commit
69c59f8ba2
@ -191,6 +191,8 @@ struct iterator_control {
|
||||
struct sctp_net_route {
|
||||
sctp_rtentry_t *ro_rt;
|
||||
void *ro_lle;
|
||||
void *ro_ia;
|
||||
int ro_flags;
|
||||
union sctp_sockstore _l_addr; /* remote peer addr */
|
||||
struct sctp_ifa *_s_addr; /* our selected src addr */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user