1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Get struct sctp_net_route in sync with struct route again.

This commit is contained in:
Michael Tuexen 2016-01-04 20:34:40 +00:00
parent b9d8dd0006
commit 79cadff48d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=293176

View File

@ -189,9 +189,11 @@ struct iterator_control {
struct sctp_net_route {
sctp_rtentry_t *ro_rt;
void *ro_lle;
void *ro_ia;
int ro_flags;
char *ro_prepend;
uint16_t ro_plen;
uint16_t ro_flags;
uint16_t ro_mtu;
uint16_t spare;
union sctp_sockstore _l_addr; /* remote peer addr */
struct sctp_ifa *_s_addr; /* our selected src addr */
};