Page MenuHomeFreeBSD

pf: fix missing SCTP multihomed states
ClosedPublic

Authored by kp on Oct 25 2023, 2:23 PM.
Tags
None
Referenced Files
F101860363: D42361.id129551.diff
Mon, Nov 4, 7:57 PM
F101859640: D42361.id.diff
Mon, Nov 4, 7:46 PM
Unknown Object (File)
Oct 3 2024, 2:42 AM
Unknown Object (File)
Oct 2 2024, 8:29 AM
Unknown Object (File)
Oct 1 2024, 8:07 PM
Unknown Object (File)
Sep 30 2024, 1:13 AM
Unknown Object (File)
Sep 28 2024, 9:58 PM
Unknown Object (File)
Sep 28 2024, 11:07 AM

Details

Summary

The existing code to create extra states when SCTP endpoints supplied
extra addresses missed a case. As a result we failed to generate all of
the required states.

Briefly, if host A has address 1 and 2 and host B has addres 3 and 4 we
generated 1 - 3 and 2 - 3, as well as 1 - 4, but not 2 - 4.

Store the list of endpoints supplied by each host and use those to
generate all of the connection permutations.

MFC after: 1 week
Sponsored by: Orange Business Services

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable