diff options
| author | 2019-02-14 15:31:39 -0800 | |
|---|---|---|
| committer | 2019-02-14 15:31:40 -0800 | |
| commit | 9875964b9e8466bac8e9c1eefdf9333ef9c64ac5 (patch) | |
| tree | 97b62a1915249efbec8c969daaec42375a2a7087 /tools/include/uapi/linux | |
| parent | bpf: fix memory leak in bpf_lwt_xmit_reroute (diff) | |
| parent | tools: sync uapi/linux/if_link.h header (diff) | |
Merge branch 'libbpf-cleanup'
Andrii Nakryiko says:
====================
This patchset replaces bzero() with memset() and syncs if_link.h header
to suppress unsynchronized headers warning.
====================
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/include/uapi/linux')
| -rw-r--r-- | tools/include/uapi/linux/if_link.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/include/uapi/linux/if_link.h b/tools/include/uapi/linux/if_link.h index d6533828123a..5b225ff63b48 100644 --- a/tools/include/uapi/linux/if_link.h +++ b/tools/include/uapi/linux/if_link.h @@ -925,6 +925,7 @@ enum { enum { LINK_XSTATS_TYPE_UNSPEC, LINK_XSTATS_TYPE_BRIDGE, + LINK_XSTATS_TYPE_BOND, __LINK_XSTATS_TYPE_MAX }; #define LINK_XSTATS_TYPE_MAX (__LINK_XSTATS_TYPE_MAX - 1) |
