Open Benature opened 3 years ago
Hi, please make sure you use a correct version of ovsdb (compiled from the P4-OvS repository). The output of ovs-vsctl show
shows ovs_version: "2.15.0"
, while this repository is based on 2.13.
thank you, I reinstall ovs with version 2.13.0, no WARN anymore.
However, I face the same issue that is similar to the first question in #9
user@user-VirtualBox ~/p/P4-OvS>
sudo ovs-vsctl add-br br0 -- set bridge br0 datapath_type=ubpf p4=true
^C2021-05-07T06:29:12Z|00002|fatal_signal|WARN|terminating with signal 2 (Interrupt)
The output stucked and I wait for a long time without any response.
I follow https://github.com/osinstom/P4-OvS/blob/p4/Documentation/intro/install/general.rst to install ovs
git clone https://github.com/openvswitch/ovs.git
git checkout v2.13.0
./boot.sh
./configure --prefix=/usr
make
sudo make install
but when I run ovs-vsctl show
, the output is
user@user-VirtualBox ~/p/P4-OvS> sudo ovs-vsctl show
96c7683c-52cf-46e0-bd6d-709b2f37bf5c
Bridge br0
p4: true
datapath_type: ubpf
Port br0
Interface br0
type: internal
ovs_version: "2.14.90"
Seems that the ovs version is not 2.13.0 but 2.14.90. Are there some steps that I miss?
I have the same problem. Have you solved it now?
@wangshuai199398 nop
I am also facing the same issue, I am using the 2.17.7 ovs_version
hello, I follow the demo but the output is different, and
br0
is failed to add.which is different from