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)
Dec 5 2024, 5:32 PM
Unknown Object (File)
Dec 4 2024, 6:02 PM
Unknown Object (File)
Nov 17 2024, 6:54 PM
Unknown Object (File)
Nov 17 2024, 6:21 PM
Unknown Object (File)
Nov 17 2024, 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
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