commit | 0c586079f852187d19fea60c9a4981ad29e22ba8 | [log] [tgz] |
---|---|---|
author | Joe Stringer <joe@wand.net.nz> | Tue Oct 02 13:35:37 2018 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Wed Oct 03 02:53:48 2018 +0200 |
tree | 1dfc27f6c39267c53f8793823b0e6be099fb7452 | |
parent | 6acc9b432e6714d72d7d77ec7c27f6f8358d0c71 [diff] |
selftests/bpf: Generalize dummy program types Don't hardcode the dummy program types to SOCKET_FILTER type, as this prevents testing bpf_tail_call in conjunction with other program types. Instead, use the program type specified in the test case. Signed-off-by: Joe Stringer <joe@wand.net.nz> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>