Hello, 1. I set the controller and check it: root@ashok-vb:/home/achippa/firewall# ovs-vsctl get-controller br-int 127.0.0.1:8888
2. I add a flow with actions set to controller: root@ashok-vb:/home/achippa/firewall# ovs-ofctl add-flow br-int table=0,priority=0,actions=controller 3. I dump the flows: root@ashok-vb:/home/achippa/firewall# ovs-ofctl dump-flows br-int NXST_FLOW reply (xid=0x4): cookie=0x0, duration=8.967s, table=0, n_packets=0, n_bytes=0, idle_age=8, priority=0 actions=CONTROLLER:65535 Even though controller was set to 127.0.0.1:8888 why does it still default to 65535? What am I missing? Appreciate your help. Thanks, ashok
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
