On Mon, Aug 22, 2011 at 10:34 AM, Ben Pfaff <[email protected]> wrote: > You can't add two flows with the same matching criteria and priority. > If you try, the later version of the flow replaces the earlier one.
To add to what Ben said: this is not even a technical limitation -- it's not even clear what you expect to happen with the above commands. What do you want to do when the switch receives a packet on port 1? Send out both port 2 and port 3? If yes, then you can actually specify a list of actions in a single entry, e.g., dpctl add-flow tcp:127.0.0.1:6634 in_port=1,actions=output:2,output:3 Hope this helps, - Rob . _______________________________________________ openflow-discuss mailing list [email protected] https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
