[PACKET_IO]install iproute for gtest network

This commit is contained in:
liuwentan
2022-08-23 17:18:30 +08:00
parent acdb2e0ce5
commit 9a416c4879

View File

@@ -1,5 +1,8 @@
#!/usr/bin/env bash
# install iproute2
yum install -y iproute
# create tun device
ip tuntap add dev tun0 mode tun