mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
Uncomment pings for namespace test
This commit is contained in:
parent
59ebedbfd3
commit
d152140d10
1 changed files with 8 additions and 8 deletions
16
.github/workflows/validate-1m-linux.sh
vendored
16
.github/workflows/validate-1m-linux.sh
vendored
|
@ -66,23 +66,23 @@ sysctl -w net.ipv4.ip_forward=1
|
||||||
|
|
||||||
echo -e "\nPing from host to namespaces"
|
echo -e "\nPing from host to namespaces"
|
||||||
|
|
||||||
#ping -c 4 192.168.0.1
|
ping -c 4 192.168.0.1
|
||||||
#ping -c 4 192.168.1.1
|
ping -c 4 192.168.1.1
|
||||||
|
|
||||||
echo -e "\nPing from namespace to host"
|
echo -e "\nPing from namespace to host"
|
||||||
|
|
||||||
#$NS1 ping -c 4 192.168.0.1
|
$NS1 ping -c 4 192.168.0.1
|
||||||
#$NS1 ping -c 4 192.168.0.1
|
$NS1 ping -c 4 192.168.0.1
|
||||||
#$NS2 ping -c 4 192.168.0.2
|
$NS2 ping -c 4 192.168.0.2
|
||||||
#$NS2 ping -c 4 192.168.0.2
|
$NS2 ping -c 4 192.168.0.2
|
||||||
|
|
||||||
echo -e "\nPing from ns1 to ns2"
|
echo -e "\nPing from ns1 to ns2"
|
||||||
|
|
||||||
#$NS1 ping -c 4 192.168.0.1
|
$NS1 ping -c 4 192.168.0.1
|
||||||
|
|
||||||
echo -e "\nPing from ns2 to ns1"
|
echo -e "\nPing from ns2 to ns1"
|
||||||
|
|
||||||
#$NS2 ping -c 4 192.168.0.1
|
$NS2 ping -c 4 192.168.0.1
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Memory Leak Check #
|
# Memory Leak Check #
|
||||||
|
|
Loading…
Add table
Reference in a new issue