Re: [openflow-discuss] Questions of Mininet/Openflow-tutorial

2015-03-01 Thread Bob Lantz
Yes I think that’s probably an error due to switching from the old dpctl to ovs-ofctl. Since it’s a wiki, I note that everyone is encouraged to fix any errors that they may find. > On Feb 28, 2015, at 3:03 AM, 我心永恒 wrote: > > Dear Ben and Eder, thank you very much for the reply! > > Best

Re: [openflow-discuss] Questions of Mininet/Openflow-tutorial

2015-02-28 Thread 我心永恒
Dear Ben and Eder, thank you very much for the reply! Best Regards Tianzhu 2015-02-27 1:22 GMT+01:00 Ben Pfaff : > On Wed, Feb 25, 2015 at 10:50:01AM +0100, wrote: > > First one, In the section of "Learn Development Tools", when I set-up the > > switch by adding new flows using

Re: [openflow-discuss] Questions of Mininet/Openflow-tutorial

2015-02-26 Thread Eder Leão Fernandes
On Wed, Feb 25, 2015 at 6:50 AM, 我心永恒 wrote: > Dear instructor, I'm a new student in the mininet/openflow-tutorial. I > want to seek for solutions for two problems I encountered. > > First one, In the section of "Learn Development Tools", when I set-up the > switch by adding new flows using the c

Re: [openflow-discuss] Questions of Mininet/Openflow-tutorial

2015-02-26 Thread Ben Pfaff
On Wed, Feb 25, 2015 at 10:50:01AM +0100, wrote: > First one, In the section of "Learn Development Tools", when I set-up the > switch by adding new flows using the cmd "ovs-ofctl add-flow s1 > in_port=1,actions=output:2" and "ovs-ofctl add-flow s1 > in_port=2,actions=output:1", the two

[openflow-discuss] Questions of Mininet/Openflow-tutorial

2015-02-25 Thread 我心永恒
Dear instructor, I'm a new student in the mininet/openflow-tutorial. I want to seek for solutions for two problems I encountered. First one, In the section of "Learn Development Tools", when I set-up the switch by adding new flows using the cmd "ovs-ofctl add-flow s1 in_port=1,actions=output:2" an