Page MenuHomeFreeBSD

ipfw SCTP grew accidental dependency on full options SCTP stack
AbandonedPublic

Authored by kbowling on Dec 23 2017, 3:22 AM.
Tags
None
Referenced Files
F81657982: D13594.diff
Fri, Apr 19, 2:02 PM
F81619303: D13594.diff
Fri, Apr 19, 2:04 AM
F81611534: D13594.id.diff
Thu, Apr 18, 10:57 PM
F81590071: D13594.diff
Thu, Apr 18, 2:44 PM
Unknown Object (File)
Mon, Apr 1, 3:17 AM
Unknown Object (File)
Mar 4 2024, 2:42 PM
Unknown Object (File)
Mar 3 2024, 6:49 PM
Unknown Object (File)
Mar 3 2024, 6:45 PM
Subscribers

Details

Summary

I fixed this in the most expedient way, I'm happy to go about it another way if you don't like it

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Hi Kevin,

you are right, I missed that. Sorry about that. Let me change the code in sctp_crc32.c such that we don't need any SCTP specific include files anymore. Give me a day or two.

Best regards
Michael

Hi Kevin,

I committed a fix in https://svnweb.freebsd.org/changeset/base/327200. I changed the code in sctp_crc32c.c such that it does not rely on any other SCTP sources. This way it does not require any changes to sctp_os_bsd.h.

Thanks for reporting the issue and providing a suggested solution!

Best regards
Michael

Thanks, your changes worked