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
Unknown Object (File)
Mon, Feb 24, 10:06 PM
Unknown Object (File)
Mon, Feb 24, 3:52 PM
Unknown Object (File)
Sun, Feb 23, 10:42 AM
Unknown Object (File)
Feb 1 2025, 12:05 PM
Unknown Object (File)
Jan 22 2025, 10:55 AM
Unknown Object (File)
Jan 18 2025, 12:04 AM
Unknown Object (File)
Oct 21 2024, 12:58 PM
Unknown Object (File)
Oct 5 2024, 10:01 AM
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