Page MenuHomeFreeBSD

pf: fix missing SCTP multihomed states
ClosedPublic

Authored by kp on Oct 25 2023, 2:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 6, 12:05 PM
Unknown Object (File)
Sat, Mar 22, 12:47 AM
Unknown Object (File)
Mar 6 2025, 11:18 AM
Unknown Object (File)
Feb 23 2025, 2:12 AM
Unknown Object (File)
Jan 27 2025, 2:44 AM
Unknown Object (File)
Jan 18 2025, 9:36 PM
Unknown Object (File)
Jan 12 2025, 5:17 AM
Unknown Object (File)
Jan 12 2025, 2:00 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