Re: [Ryu-devel] Add flow table using controller ryu

2019-02-12 Thread Khalid Rahman
Thanks a lot. On Thu, Jan 31, 2019 at 12:29 PM IWAMOTO Toshihiro wrote: > On Thu, 31 Jan 2019 12:58:35 +0900, > Khalid Rahman wrote: > > > > [1 ] > > [1.1 ] > > Dear, i had already try learning switch with ryu, the ryu controller > > automatically creating our flow table. > > > > How abou we a

Re: [Ryu-devel] Add flow table using controller ryu

2019-01-30 Thread IWAMOTO Toshihiro
On Thu, 31 Jan 2019 12:58:35 +0900, Khalid Rahman wrote: > > [1 ] > [1.1 ] > Dear, i had already try learning switch with ryu, the ryu controller > automatically creating our flow table. > > How abou we add flow table manually without the learning switch algorithm? > Is it possible? > > Let sa

[Ryu-devel] Add flow table using controller ryu

2019-01-30 Thread Khalid Rahman
Dear, i had already try learning switch with ryu, the ryu controller automatically creating our flow table. How abou we add flow table manually without the learning switch algorithm? Is it possible? Let say i want all traffic from port 1 out to port 2, and all traffic form port 4 out to port 3. I