Name Date Size #Lines LOC

..--

README.mdH A D25-Apr-2025576 1912

nl-route.hH A D25-Apr-20252.8 KiB9169

README.md

1include/nl-aux-route
2====================
3
4This contains private/internal helpers that depend on the public libnl-3 (core)
5and libnl-route-3.
6
7Itself, it must only rely on C, include/base/ and public headers of libnl-3 (core)
8and libnl-route-3.
9
10They can be used by all internal code that uses the public API of both libnl-3 (core)
11and libnl-route-3.
12
13It can also be used by lib/route itself (that is, the implementation of
14libnl-route-3).
15
16It must not be used in public headers, it's internal only.
17
18Currently this is header-only, it does not require any additional linking.
19