selftests/bpf: remove wrong nhoff in flow dissector test
authorStanislav Fomichev <sdf@google.com>
Mon, 26 Aug 2019 22:27:12 +0000 (15:27 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 27 Aug 2019 22:39:43 +0000 (00:39 +0200)
commit47ee6e86e0a3e3a15fbdd6d94aab39e46013c961
tree692e72d727d99b88fd9c0eb47096ce716f59f11c
parent7bc7d83870b2bcbdd10e85935fc435e9d5d15659
selftests/bpf: remove wrong nhoff in flow dissector test

.nhoff = 0 is (correctly) reset to ETH_HLEN on the next line so let's
drop it.

Signed-off-by: Stanislav Fomichev <sdf@google.com>
Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/testing/selftests/bpf/prog_tests/flow_dissector.c