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
F152891554: D42362.id.diff
Fri, Apr 17, 8:04 PM
Unknown Object (File)
Wed, Apr 15, 11:27 PM
Unknown Object (File)
Mon, Apr 13, 9:23 PM
Unknown Object (File)
Sun, Apr 12, 7:05 PM
Unknown Object (File)
Sat, Apr 11, 3:08 PM
Unknown Object (File)
Mar 17 2026, 7:02 AM
Unknown Object (File)
Mar 17 2026, 12:48 AM
Unknown Object (File)
Mar 16 2026, 12:32 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