summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-08-01 07:13:12 (GMT)
committerThomas Haller <thaller@redhat.com>2023-08-01 07:37:45 (GMT)
commit96e1cc5b77e79ddad875f15e2611f5228388a447 (patch)
treeb53d06bd9bc45269029630fdcd6acd545fcad2c1 /tools
parent391e03d3ce0e6765dfb8ffd36c1c73dae9f5463d (diff)
downloadlibnl-96e1cc5b77e79ddad875f15e2611f5228388a447.zip
libnl-96e1cc5b77e79ddad875f15e2611f5228388a447.tar.gz
libnl-96e1cc5b77e79ddad875f15e2611f5228388a447.tar.bz2
route: move "include/netlink-private/route/nexthop-encap.h" to lib/route
Diffstat (limited to 'tools')
-rwxr-xr-xtools/clang-format.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clang-format.sh b/tools/clang-format.sh
index 00f9137..673cbeb 100755
--- a/tools/clang-format.sh
+++ b/tools/clang-format.sh
@@ -18,7 +18,6 @@ EXCLUDE_PATHS_TOPLEVEL+=(
"include/netlink-private/netlink.h"
"include/netlink-private/object-api.h"
"include/netlink-private/route/link/sriov.h"
- "include/netlink-private/route/nexthop-encap.h"
"include/netlink-private/socket.h"
"include/netlink-private/types.h"
"include/netlink/addr.h"
@@ -245,6 +244,7 @@ EXCLUDE_PATHS_TOPLEVEL+=(
"lib/route/mdb.c"
"lib/route/neigh.c"
"lib/route/netconf.c"
+ "lib/route/nexthop-encap.h"
"lib/route/nexthop.c"
"lib/route/nexthop_encap.c"
"lib/route/nh_encap_mpls.c"