Send an SCTP Abort message if we're refusing a connection, just like we
send a RST for TCP.
MFC after: 3 weeks
Sponsored by: Orange Business Services
Differential D40864
pf: support 'return' for SCTP kp on Jul 4 2023, 7:11 AM. Authored by Tags None Referenced Files
Details
Send an SCTP Abort message if we're refusing a connection, just like we MFC after: 3 weeks
Diff Detail
Event TimelineComment Actions I think you need to add some checks here according to RFC 9260:
I also would not send an ABORT, if the initiate tag is 0. Comment Actions Okay, that's something I'll add to pf_scan_sctp() (and a different patch), as part of the normalisation code.
That too is one where I think we need to do in pf_scap_sctp().
Same. And I may as well check inbound/outbound streams and initial window sizes too.
|