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 | |
| 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')
| -rw-r--r-- | src/lib/tc.c | 2 | ||||
| -rw-r--r-- | src/nl-class-add.c | 2 | ||||
| -rw-r--r-- | src/nl-cls-add.c | 2 | ||||
| -rw-r--r-- | src/nl-qdisc-add.c | 2 |
4 files changed, 4 insertions, 4 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 diff --git a/src/nl-class-add.c b/src/nl-class-add.c index 82de8fa..355dd93 100644 --- a/src/nl-class-add.c +++ b/src/nl-class-add.c @@ -11,7 +11,7 @@ #include <linux/netlink.h> -#include "nl-hidden-route/nl-hidden-route.h" +#include "nl-priv-dynamic-route/nl-priv-dynamic-route.h" static int quiet = 0; diff --git a/src/nl-cls-add.c b/src/nl-cls-add.c index 090a836..eaacf9b 100644 --- a/src/nl-cls-add.c +++ b/src/nl-cls-add.c @@ -10,7 +10,7 @@ #include <linux/netlink.h> -#include "nl-hidden-route/nl-hidden-route.h" +#include "nl-priv-dynamic-route/nl-priv-dynamic-route.h" static int quiet = 0; diff --git a/src/nl-qdisc-add.c b/src/nl-qdisc-add.c index 698b00b..a3789b7 100644 --- a/src/nl-qdisc-add.c +++ b/src/nl-qdisc-add.c @@ -10,7 +10,7 @@ #include <linux/netlink.h> -#include "nl-hidden-route/nl-hidden-route.h" +#include "nl-priv-dynamic-route/nl-priv-dynamic-route.h" static int quiet = 0; |
