summaryrefslogtreecommitdiff
path: root/include/nl-priv-dynamic-route/README.md
blob: b27e14a51cb698044030b3d90f46828d6a5b4c99 (plain)
1
2
3
4
5
6
7
8
9
10
11
include/nl-priv-dynamic-route
=============================

This exposes private API from libnl-route-3. The only purpose is for tests to
be able to access the internals.  This is usable to lib/route itself, and tests
that either statically or dynamically link with libnl-route-3.

The difference between nl-priv-static-route and nl-priv-dynamic-route, is that
the former uses internal ABI, so it is only usable when the test statically
links with lib/route.  On the other hand, nl-priv-dynamic-route also works with
only the public API (that is, dynamically linking with libnl-route-3).