Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
7770
Description
This is tracked here:
To reproduce:
1) Set up 3 cluster node with openflow and table miss features enabled.
2) Connect OVS switch to 1st node: sudo mn --controller 'remote,ip=192.168.0.101,port=6633' --topo tree,1
3) check table miss flow in mininet: dpctl dump-flows
4) stop and start mininet to 2nd node: sudo mn --controller 'remote,ip=192.168.0.102,port=6633' --topo tree,1
5) check table miss flow in mininet: dpctl dump-flows
6) Repeat 4) & 5) with 3rd node in the cluster.
After the above steps you will realize that only one of the instances (normally the first that is master) is able to push the table miss flow.
BR/Luis