commit | 3d21b6525caeae45f08e2d3a07ddfdef64882b8b | [log] [tgz] |
---|---|---|
author | Stanislav Fomichev <sdf@google.com> | Tue May 14 14:12:34 2019 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu May 16 01:33:33 2019 +0200 |
tree | a5d211175346971614c65199afb5eb19c7b561c1 | |
parent | a9047734eb47bea615826d4b1733526b3a867dbb [diff] |
selftests/bpf: add prog detach to flow_dissector test In case we are not running in a namespace (which we don't do by default), let's try to detach the bpf program that we use for eth_get_headlen tests. Fixes: 0905beec9f52 ("selftests/bpf: run flow dissector tests in skb-less mode") Signed-off-by: Stanislav Fomichev <sdf@google.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>