Hello, I've created a custom Switch in Mininet by deriving from OVSSwitch and enabling STP actually using the following commands:
ovs-vsctl set-fail-mode s1 standalone ovs-vsctl set-controller s1 ovs-vsctl set Bridge s1 stp-enable=true when testing the network, every host can ping other host in a topology with loops. However, when I dump flows from s1, the flow I see is wildcarded and its action is NORMAL. How can get to the information of the actual spanning tree and connections ? Is it possible to modify this action to be not NORMAL ? Thank you
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
