summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-08-01 07:55:43 (GMT)
committerThomas Haller <thaller@redhat.com>2023-08-01 08:34:27 (GMT)
commited2be5373f6ffb1ecec15356fddf5c0dfc28b357 (patch)
tree7ed10a0fa084d823d406ce5e496e3aefec6080d6 /tools
parent97f61eda4b5d737e74ce38e589bf4c98719d699b (diff)
downloadlibnl-ed2be5373f6ffb1ecec15356fddf5c0dfc28b357.zip
libnl-ed2be5373f6ffb1ecec15356fddf5c0dfc28b357.tar.gz
libnl-ed2be5373f6ffb1ecec15356fddf5c0dfc28b357.tar.bz2
route: move "include/netlink-private/route/link/sriov.h" to lib/route/link-sriov.h
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 ce1fc1a..e6a0f50 100755
--- a/tools/clang-format.sh
+++ b/tools/clang-format.sh
@@ -17,7 +17,6 @@ EXCLUDE_PATHS_TOPLEVEL+=(
"include/netlink-private/cache-api.h"
"include/netlink-private/netlink.h"
"include/netlink-private/object-api.h"
- "include/netlink-private/route/link/sriov.h"
"include/netlink-private/types.h"
"include/netlink/addr.h"
"include/netlink/attr.h"
@@ -212,6 +211,7 @@ EXCLUDE_PATHS_TOPLEVEL+=(
"lib/route/cls/mall.c"
"lib/route/cls/police.c"
"lib/route/cls/u32.c"
+ "lib/route/link-sriov.h"
"lib/route/link.c"
"lib/route/link/api.c"
"lib/route/link/bonding.c"