目录
Open vSwitch 的安装部署
OS:CentOS7
Step1. 关闭 SELinux,否则 ovsdb-server Manager 无法正常工作。
[root@localhost ~]# setenforce 0
[root@localhost ~]# cat /etc/selinux/config | grep -v ^#
SELINUX=disabled
SELINUXTYPE=targeted
Step 2. yum install
yum install openvswitch openvswitch-test
Step 3. 启动服务
systemctl enable openvswitch
systemctl start openvswitch
systemctl status openvswitch
查看当前的 OvS 版本:
[root@localhost ~]# ovs-vsctl show
2028eafc-e1db-4ea8-b0fc-30a21fdaca0f
ovs_version: "2.0.0&