Page MenuHomeFreeBSD

pf tests: basic SCTP multihoming test
ClosedPublic

Authored by kp on Aug 29 2023, 7:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 12 2024, 2:45 PM
Unknown Object (File)
Jan 7 2024, 4:08 PM
Unknown Object (File)
Oct 11 2023, 2:19 PM
Unknown Object (File)
Oct 11 2023, 2:19 PM
Unknown Object (File)
Oct 2 2023, 4:48 PM
Unknown Object (File)
Sep 25 2023, 3:27 PM
Unknown Object (File)
Sep 24 2023, 1:04 AM
Unknown Object (File)
Sep 7 2023, 5:28 PM

Details

Summary

The SCTP server will announce multiple addresses. Block one of them with
pf, connect to the other have the client use the blocked address. pf
is expected to have created state for all of the addresses announced by
the server.

In a separate test case add the secondary (client) IP after the
connection has been established. The intent is to verify the
functionality of the ASCONF chunk parsing.

MFC after: 3 weeks
Sponsored by: Orange Business Services

Diff Detail

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

Event Timeline

kp requested review of this revision.Aug 29 2023, 7:05 PM
kp added a parent revision: D41637: pf: support SCTP multihoming.
  • rework tests to account for the new pf behaviour pf now evaluates the rules against new connections (within existing associations), so the previous test approach does not work
This revision was not accepted when it landed; it landed in state Needs Review.Sep 7 2023, 5:06 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.