xref: /aosp_15_r20/external/libnl/include/nl-priv-static-route/README.md (revision 4dc78e53d49367fa8e61b07018507c90983a077d)
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