Hi, I'm trying to run bmv2 with ONOS and I executed bmv2-demo.py in /onos/tools/test/topos.
Then, I meet next error.
device:bmv2:s12 is READY
2020-07-06T15:34:06,911 | ERROR | onos-resource-registrar | ResourceDeviceListener | 193 - org.onosproject.onos-core-net - 2.4.1.SNAPSHOT | Failed to register Port: [device:bmv2:s12, [s12-eth1](1)]
And then, I can see the whole switches and links in ONOS gui, but I think they don't work.
When I try to make ping for each node, all pings are not reachable.
I use ONOS version 2.4.1, Mininet 2.3.0d5, and Bazel 1.0.0.
I installed p4 environment with onos-setup-p4-dev.
Thanks a lot!