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)
Tue, Apr 30, 3:08 AM
Unknown Object (File)
Feb 14 2024, 11:20 PM
Unknown Object (File)
Dec 25 2023, 5:21 PM
Unknown Object (File)
Dec 22 2023, 11:25 PM
Unknown Object (File)
Dec 13 2023, 4:12 AM
Unknown Object (File)
Dec 12 2023, 10:45 AM
Unknown Object (File)
Nov 28 2023, 2:57 AM
Unknown Object (File)
Nov 23 2023, 12:55 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.