Re: [PATCH 1/1] selftest: check tunnel type more accurately

2018-06-14 Thread Daniel Borkmann
On 06/13/2018 06:53 PM, Y Song wrote: > On Wed, Jun 13, 2018 at 5:03 AM, Wang Jian wrote: >> Grep tunnel type directly to make sure 'ip' command supports it. >> >> Signed-off-by: Jian Wang > > Acked-by: Yonghong Song Applied to bpf, thanks Jian!

Re: [PATCH 1/1] selftest: check tunnel type more accurately

2018-06-13 Thread Y Song
On Wed, Jun 13, 2018 at 5:03 AM, Wang Jian wrote: > Grep tunnel type directly to make sure 'ip' command supports it. > > Signed-off-by: Jian Wang Acked-by: Yonghong Song

[PATCH 1/1] selftest: check tunnel type more accurately

2018-06-13 Thread Wang Jian
Grep tunnel type directly to make sure 'ip' command supports it. Signed-off-by: Jian Wang --- tools/testing/selftests/bpf/test_tunnel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/bpf/test_tunnel.sh b/tools/testing/selftests/bpf/test_tunnel.sh