commit | f7010770fbac47b1fc9fb723b1d2019eb23c04f2 | [log] [tgz] |
---|---|---|
author | Yonghong Song <yhs@fb.com> | Wed Sep 05 16:58:04 2018 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Thu Sep 06 22:34:08 2018 -0700 |
tree | 4c58b2106198e64b4712fc3d27a6dcc5ba5b87a7 | |
parent | 52b7b7843d9523ebc3c60c51c7afc4a45cc10aad [diff] |
tools/bpf: move bpf/lib netlink related functions into a new file There are no functionality change for this patch. In the subsequent patches, more netlink related library functions will be added and a separate file is better than cluttering bpf.c. Signed-off-by: Yonghong Song <yhs@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>