yum安装Openvswitch2.11
作者:互联网
#!/bin/bsh echo "nameserver 114.114.114.114">/etc/resolv.conf yum install -y centos-release-openstack-train systemctl stop NetworkManager && systemctl disable NetworkManager yum install -y libmlx5 libibverbs libmlx4 libibverbs bridge-utils openvswitch-2.12.0-1.el7.x86_64 systemctl enable openvswitch && systemctl start openvswitch clear echo ovs-vsctl show
标签:libibverbs,openvswitch,echo,systemctl,yum,NetworkManager,Openvswitch2.11,安装 来源: https://www.cnblogs.com/vmsysjack/p/16295013.html