Page MenuHomeFreeBSD

netlink: move NETLINK define to opt_global.h
ClosedPublic

Authored by kp on Oct 12 2023, 8:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 3 2024, 3:38 PM
Unknown Object (File)
Sep 25 2024, 6:00 PM
Unknown Object (File)
Sep 22 2024, 8:21 PM
Unknown Object (File)
Sep 20 2024, 10:45 AM
Unknown Object (File)
Sep 19 2024, 11:44 AM
Unknown Object (File)
Sep 18 2024, 9:43 AM
Unknown Object (File)
Sep 17 2024, 6:33 PM
Unknown Object (File)
Sep 13 2024, 3:45 AM

Details

Summary

Move the NETLINK define into opt_global.h so we can rely on it being
set correctly, without having to remember to include opt_netlink.h.
This ensures that the NETLINK define is correctly set. If not we
may end up with unloadable modules, due to missing symbols (such as
nlmsg_get_group_writer).

PR: 274306
MFC after: 3 days

Diff Detail

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

Event Timeline

kp requested review of this revision.Oct 12 2023, 8:07 PM
This revision is now accepted and ready to land.Oct 12 2023, 9:06 PM
This revision was automatically updated to reflect the committed changes.