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
F102825176: D38982.diff
Sun, Nov 17, 4:33 PM
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
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 Not Applicable
Unit
Tests Not Applicable