未验证 提交 80df9670 编写于 作者: X Xu Han 提交者: GitHub

Merge pull request #1151 from Zhengtong/fix_multi_nics_stress

multi_nics_stress.cfg: terminate the dhclient processs before runing next one
......@@ -23,4 +23,4 @@
client_path_win = "c:\\"
test_protocols = "TCP_STREAM TCP_MAERTS UDP_STREAM TCP_RR TCP_CRR UDP_RR"
Linux:
dhcp_cmd = "for nic in `ls /sys/class/net|grep -v lo`;do arp -a|grep -v $nic && dhclient -v $nic;done"
dhcp_cmd = "for nic in `ls /sys/class/net|grep -v lo`;do arp -a|grep -v $nic && dhclient -r $nic && dhclient -v $nic;done"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册