Hi Zoltan, Here are the flows I'm trying to add,
dpctl add-flow tcp:127.0.0.1:6634 in_port=3,actions=output:2 dpctl add-flow tcp:127.0.0.1:6634 in_port=2,actions=output:3 dpctl add-flow tcp:127.0.0.1:6634 in_port=1,actions=output:2 dpctl add-flow tcp:127.0.0.1:6634 in_port=2,actions=output:1 dpctl add-flow tcp:127.0.0.1:6634 in_port=1,actions=output:3 dpctl add-flow tcp:127.0.0.1:6634 in_port=3,actions=output:1 But when I check the flow, dpctl dump-flows tcp:127.0.0.1:6634, I get only the last three flows. - Siddhant -----Original Message----- From: Zoltán Lajos Kis [mailto:[email protected]] Sent: Saturday, August 20, 2011 4:16 AM To: Rai, Siddhant P.; [email protected] Subject: RE: Flow Table entries: OpenFlow tutorial Hi, Can you list all the flows you are trying to add? Regards, Zoltan. ________________________________________ From: [email protected] [[email protected]] On Behalf Of Rai, Siddhant P. [[email protected]] Sent: Saturday, August 20, 2011 1:51 AM To: [email protected] Subject: [openflow-discuss] Flow Table entries: OpenFlow tutorial Hi, In the OpenFlow tutorial, Using the following command: dpctl add-flow tcp:127.0.0.1:6634 in_port=3,actions=output:2 I can only add two flows in the controller, if I add the third one it gets overwritten, how do I increase size of the flow table. I want all three hosts to ping each other. Please let me know if I'm thinking in the wrong direction. Thanks, Siddhant ============================================================ 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 ============================================================ 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
