diff options
| author | liuwentan <[email protected]> | 2022-08-23 17:39:12 +0800 |
|---|---|---|
| committer | liuwentan <[email protected]> | 2022-08-31 22:05:46 +0800 |
| commit | cb93ac4da05de247c6d1fecf63c2523646ef7c8a (patch) | |
| tree | 1f9eb1eece3c02f021897d5123642d9d132fc2e4 | |
| parent | 9a416c4879a07b0e19a6abae1b5604706b8ffe3e (diff) | |
[PACKET_IO]install net-tools for gtest network
| -rw-r--r-- | ci/prepare_gtest_network.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/prepare_gtest_network.sh b/ci/prepare_gtest_network.sh index 86b9e7b..d6f2d12 100644 --- a/ci/prepare_gtest_network.sh +++ b/ci/prepare_gtest_network.sh @@ -1,7 +1,8 @@ #!/usr/bin/env bash -# install iproute2 +# install iproute net-tools yum install -y iproute +yum install -y net-tools # create tun device ip tuntap add dev tun0 mode tun |
