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)
Wed, Oct 15, 10:34 AM
Unknown Object (File)
Mon, Oct 13, 10:18 AM
Unknown Object (File)
Sat, Oct 4, 2:36 AM
Unknown Object (File)
Wed, Oct 1, 10:18 AM
Unknown Object (File)
Thu, Sep 25, 11:46 AM
Unknown Object (File)
Thu, Sep 25, 6:31 AM
Unknown Object (File)
Wed, Sep 24, 5:27 AM
Unknown Object (File)
Wed, Sep 24, 1:38 AM

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