mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a bug introduced in r237715.
MFC after:i 3 days.
This commit is contained in:
parent
92184b6098
commit
5db75fc724
1 changed files with 1 additions and 0 deletions
|
|
@ -5520,6 +5520,7 @@ do_a_abort:
|
|||
case AF_INET6:
|
||||
{
|
||||
stc.addr_type = SCTP_IPV6_ADDRESS;
|
||||
memcpy(&stc.address, &src6->sin6_addr, sizeof(struct in6_addr));
|
||||
stc.scope_id = in6_getscope(&src6->sin6_addr);
|
||||
if (sctp_is_address_on_local_host(src, vrf_id)) {
|
||||
stc.loopback_scope = 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue