diff options
author | Thomas Haller <thaller@redhat.com> | 2023-08-02 11:25:49 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2023-08-02 20:06:51 (GMT) |
commit | fc91c4f80e3bb0e4a8731eabdb9872d9016062fe (patch) | |
tree | 82454a1f081deb56db4574659a6277ed525d40ff /lib/route/tc-api.h | |
parent | 9bb6f77001329921fec20f025f89619709cec50e (diff) | |
download | libnl-fc91c4f80e3bb0e4a8731eabdb9872d9016062fe.zip libnl-fc91c4f80e3bb0e4a8731eabdb9872d9016062fe.tar.gz libnl-fc91c4f80e3bb0e4a8731eabdb9872d9016062fe.tar.bz2 |
include: rename "nl-hidden-route" to "nl-priv-dynamic-route"
Naming is just so important to understand what this is.
This name is better.
Diffstat (limited to 'lib/route/tc-api.h')
-rw-r--r-- | lib/route/tc-api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/route/tc-api.h b/lib/route/tc-api.h index d57a1e9..7549625 100644 --- a/lib/route/tc-api.h +++ b/lib/route/tc-api.h @@ -10,7 +10,7 @@ #include <netlink/msg.h> #include <netlink/route/tc.h> -#include "nl-hidden-route/nl-hidden-route.h" +#include "nl-priv-dynamic-route/nl-priv-dynamic-route.h" /*****************************************************************************/ |