diff options
author | Thomas Haller <thaller@redhat.com> | 2023-08-01 07:55:43 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2023-08-01 08:34:27 (GMT) |
commit | ed2be5373f6ffb1ecec15356fddf5c0dfc28b357 (patch) | |
tree | 7ed10a0fa084d823d406ce5e496e3aefec6080d6 /tools | |
parent | 97f61eda4b5d737e74ce38e589bf4c98719d699b (diff) | |
download | libnl-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-x | tools/clang-format.sh | 2 |
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" |