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)
Fri, Jan 17, 4:20 AM
Unknown Object (File)
Wed, Jan 15, 4:33 PM
Unknown Object (File)
Mon, Jan 13, 11:40 PM
Unknown Object (File)
Wed, Jan 8, 7:04 PM
Unknown Object (File)
Dec 16 2024, 5:45 AM
Unknown Object (File)
Nov 15 2024, 1:12 AM
Unknown Object (File)
Nov 15 2024, 12:46 AM
Unknown Object (File)
Nov 14 2024, 9:10 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