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 /src/lib/tc.c | |
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 'src/lib/tc.c')
-rw-r--r-- | src/lib/tc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tc.c b/src/lib/tc.c index fbab274..57ad54e 100644 --- a/src/lib/tc.c +++ b/src/lib/tc.c @@ -6,7 +6,7 @@ #include <netlink/cli/utils.h> #include <netlink/cli/tc.h> -#include "nl-hidden-route/nl-hidden-route.h" +#include "nl-priv-dynamic-route/nl-priv-dynamic-route.h" /** * @ingroup cli |