xref: /aosp_15_r20/external/libnl/include/nl-priv-dynamic-route/README.md (revision 4dc78e53d49367fa8e61b07018507c90983a077d)
1*4dc78e53SAndroid Build Coastguard Workerinclude/nl-priv-dynamic-route
2*4dc78e53SAndroid Build Coastguard Worker=============================
3*4dc78e53SAndroid Build Coastguard Worker
4*4dc78e53SAndroid Build Coastguard WorkerThis exposes private API from libnl-route-3. The only purpose is for tests to
5*4dc78e53SAndroid Build Coastguard Workerbe able to access the internals.  This is usable to lib/route itself, and tests
6*4dc78e53SAndroid Build Coastguard Workerthat either statically or dynamically link with libnl-route-3.
7*4dc78e53SAndroid Build Coastguard Worker
8*4dc78e53SAndroid Build Coastguard WorkerThe difference between nl-priv-static-route and nl-priv-dynamic-route, is that
9*4dc78e53SAndroid Build Coastguard Workerthe former uses internal ABI, so it is only usable when the test statically
10*4dc78e53SAndroid Build Coastguard Workerlinks with lib/route.  On the other hand, nl-priv-dynamic-route also works with
11*4dc78e53SAndroid Build Coastguard Workeronly the public API (that is, dynamically linking with libnl-route-3).
12