user-v2: ping shows replies even for non-reachable addresses
Open
bug
component/network/user-v2
- Dominant language
- Go
- Stars
- 21.9k
- Forks
- 957
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 53
Description
```console
$ ping 1.2.3.4
PING 1.2.3.4 (1.2.3.4): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
^C
--- 1.2.3.4 ping statistics ---
3 packets transmitted, 0 packets received, 100.0% packet loss
$ limactl start --network=lima:user-v2
$ lima ping 1.2.3.4
PING 1.2.3.4 (1.2.3.4) 56(84) bytes of data.
64 bytes from 1.2.3.4: icmp_seq=1 ttl=64 time=0.968 ms
64 bytes from 1.2.3.4: icmp_seq=2 ttl=64 time=1.21 ms
^C
--- 1.2.3.4 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1002ms
rtt min/avg/max/mdev = 0.968/1.090/1.213/0.122 ms
```
The situation is same for vz too.
Contributor guide
Assessment
This issue has not been assessed yet.