文章

Open vSwitch

Open vSwitch安装

克隆git仓库

git clone https://github.com/openvswitch/ovs.git

将仓库克隆到名为ovs的文件夹

cd ovs
git checkout v2.7.0
git checkout origin/branch-2.7

安装

 ./boot.sh

./configure

通常不需要修改路径,默认安装在/usr/local/etc/openvswitch

make

make install

启动

export PATH=$PATH:/usr/local/share/openvswitch/scripts

ovs-ctl start

License:  CC BY 4.0