Page MenuHomeFreeBSD

netlink: add rtsock-compatible header to use with netlink.
ClosedPublic

Authored by melifaro on Mar 8 2023, 2:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 9 2024, 6:47 PM
Unknown Object (File)
Sep 25 2024, 6:16 AM
Unknown Object (File)
Sep 25 2024, 1:05 AM
Unknown Object (File)
Sep 24 2024, 9:44 AM
Unknown Object (File)
Sep 23 2024, 8:02 PM
Unknown Object (File)
Sep 23 2024, 10:40 AM
Unknown Object (File)
Sep 22 2024, 8:55 AM
Unknown Object (File)
Sep 18 2024, 12:15 PM
Subscribers

Details

Summary

Some routing socket defines (RTM_ and RTA_ ones) clash with the ones in the Netlink.

As some rtsock definitions like interface flags or route flags are used in both netlink and rtsock, provide a convenient way to include those without running into the define collision.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 50230
Build 47122: arc lint + arc unit