ovs编译安装

发布时间 2023-09-29 13:38:34作者: 王景迁

ovs打开debug

.ci/linux-build.sh中-O2改成-O0

编译安装ovs

git clone https://github.com/openvswitch/ovs.git
./boot.sh
./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
make
make install