commit | 1f043f87bb595bbe6c7e6b291d115284840a6c33 | [log] [tgz] |
---|---|---|
author | Jakub Sitnicki <jakub@cloudflare.com> | Sun May 31 10:28:43 2020 +0200 |
committer | Alexei Starovoitov <ast@kernel.org> | Mon Jun 01 15:21:03 2020 -0700 |
tree | 091e3779fd034a281e3d9bd275f229bfc8b9eb0a | |
parent | e948947a6e111b3d4bbe538105ee2f3611e032ad [diff] |
selftests/bpf: Add tests for attaching bpf_link to netns Extend the existing test case for flow dissector attaching to cover: - link creation, - link updates, - link info querying, - mixing links with direct prog attachment. Signed-off-by: Jakub Sitnicki <jakub@cloudflare.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20200531082846.2117903-10-jakub@cloudflare.com