diff options
| author | liuwentan <[email protected]> | 2022-08-23 16:43:08 +0800 |
|---|---|---|
| committer | liuwentan <[email protected]> | 2022-08-31 22:05:37 +0800 |
| commit | acdb2e0ce5dffa82a88a73cf436dbf2a5e3444c6 (patch) | |
| tree | 91df71f4773d25ca4fa5b40b38e3c9cbbaa323be | |
| parent | bf54f94474e25a242e11ef70acaf0a39cac8a51e (diff) | |
[PACKET_IO]fix ip forward config
| -rw-r--r-- | ci/prepare_gtest_network.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/prepare_gtest_network.sh b/ci/prepare_gtest_network.sh index 99f8266..1159627 100644 --- a/ci/prepare_gtest_network.sh +++ b/ci/prepare_gtest_network.sh @@ -7,7 +7,7 @@ ip tuntap add dev tun0 mode tun ip addr add 192.168.3.11/24 dev tun0 # kernel open ip forward -echo 1 > /proc/sys/inet/ipv4/ip_forward +echo 1 > /proc/sys/net/ipv4/ip_forward # start up tun0 ifconfig tun0 up
\ No newline at end of file |
