summaryrefslogtreecommitdiff
path: root/include/nl-priv-static-route/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'include/nl-priv-static-route/README.md')
-rw-r--r--include/nl-priv-static-route/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/nl-priv-static-route/README.md b/include/nl-priv-static-route/README.md
new file mode 100644
index 00000000..fd2fa8e9
--- /dev/null
+++ b/include/nl-priv-static-route/README.md
@@ -0,0 +1,11 @@
+include/nl-priv-static-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 to
+tests that statically 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).