On 2017年9月13日, at 上午11:57, David Miller [off-list ref] wrote:
From: Haishuang Yan <redacted>
Date: Tue, 12 Sep 2017 18:30:57 +0800
quoted
Different namespace application might require enable TCP Fast Open
feature independently of the host.
Reported-by: Luca BRUNO <redacted>
Signed-off-by: Haishuang Yan <redacted>
...
quoted
diff --git a/samples/bpf/test_ipip.sh b/samples/bpf/test_ipip.sh
index 1969254..7bbc521 100755
--- a/samples/bpf/test_ipip.sh
+++ b/samples/bpf/test_ipip.sh
@@ -173,6 +173,8 @@ function cleanup {cleanup
echo "Testing IP tunnels..."
test_ipip
+sleep 1
test_ipip6
+sleep 1
test_ip6ip6
echo "*** PASS ***"
This seems like a completely unrelated change.
Sorry, I make a mistake for including my local test changes in this patch.
I will remove this change in v2 commit. Thanks David for reviewing.