Name Date Size #Lines LOC

..--

README.mdH A D25-Apr-2025568 129

nl-priv-static-route.hH A D25-Apr-2025343 137

README.md

1include/nl-priv-static-route
2============================
3
4This exposes private API from libnl-route-3. The only purpose is for tests to
5be able to access the internals.  This is usable to lib/route itself, and to
6tests that statically link with libnl-route-3.
7
8The difference between nl-priv-static-route and nl-priv-dynamic-route, is that
9the former uses internal ABI, so it is only usable when the test statically
10links with lib/route.  On the other hand, nl-priv-dynamic-route also works with
11only the public API (that is, dynamically linking with libnl-route-3).
12