Page MenuHomeFreeBSD

pf tests: ensure that we generate all permutations for SCTP multihome
ClosedPublic

Authored by kp on Oct 25 2023, 2:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 2 2024, 5:58 AM
Unknown Object (File)
Sep 20 2024, 5:55 AM
Unknown Object (File)
Sep 18 2024, 10:11 PM
Unknown Object (File)
Sep 16 2024, 10:11 PM
Unknown Object (File)
Sep 10 2024, 2:15 AM
Unknown Object (File)
Sep 4 2024, 3:17 PM
Unknown Object (File)
Aug 26 2024, 4:44 PM
Unknown Object (File)
Aug 26 2024, 4:43 PM

Details

Summary

The initial multihome implementation was a little simplistic, and failed
to create all of the required states. Given a client with IP 1 and 2 and
a server with IP 3 and 4 we end up creating states for 1 - 3 and 2 - 3,
as well as 3 - 1 and 4 - 1, but not for 2 - 4.

Check for this.

MFC after: 1 week
Sponsored by: Orange Business Services

Diff Detail

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