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)
Sat, Apr 25, 4:32 AM
Unknown Object (File)
Tue, Apr 21, 4:49 PM
Unknown Object (File)
Tue, Apr 21, 12:59 PM
Unknown Object (File)
Mon, Apr 20, 10:13 AM
Unknown Object (File)
Mon, Apr 20, 10:11 AM
Unknown Object (File)
Thu, Apr 16, 1:37 PM
Unknown Object (File)
Mon, Apr 6, 8:45 PM
Unknown Object (File)
Thu, Apr 2, 5:59 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