mirror of
https://passt.top/passt
synced 2025-06-05 15:35:34 +02:00
passt: Introduce ICMP echo proxy
It's nice to be able to confirm connectivity using ICMP or ICMPv6 echo requests, and "ping" sockets on Linux (IPPROTO_ICMP datagram) allow us to do that without any special capability. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
d32edee60a
commit
1d807fc720
7 changed files with 183 additions and 11 deletions
doc
|
@ -74,6 +74,7 @@ sysctl -w net.ipv6.conf.all.forwarding=1
|
|||
|
||||
ethtool -K veth_passt tx off
|
||||
ip netns exec passt ethtool -K veth_passt tx off
|
||||
ip netns exec passt sysctl -w net.ipv4.ping_group_range="0 2147483647"
|
||||
ulimit -n 300000
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue