Thanksfor your reply, it did work. I wanted all three nodes to be able to ping each other.
-----Original Message----- From: Rob Sherwood [mailto:[email protected]] Sent: Monday, August 22, 2011 10:41 AM To: Ben Pfaff Cc: Rai, Siddhant P.; [email protected] Subject: Re: [openflow-discuss] Flow Table entries: OpenFlow tutorial 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 . ============================================================ The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any reproduction, dissemination or distribution of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Tellabs ============================================================ _______________________________________________ openflow-discuss mailing list [email protected] https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
