commit | fe993c646831105f579976fec28d1842608bd551 | [log] [tgz] |
---|---|---|
author | Stanislav Fomichev <sdf@google.com> | Mon Apr 22 08:55:51 2019 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Tue Apr 23 18:36:34 2019 +0200 |
tree | 051319a8042dc92687f9241e161c3f9c5eefbd4a | |
parent | 0905beec9f52caf2c7065a8a88c08bc370850710 [diff] |
selftests/bpf: properly return error from bpf_flow_load Right now we incorrectly return 'ret' which is always zero at that point. Signed-off-by: Stanislav Fomichev <sdf@google.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>