On Thu, 31 Jan 2019 12:58:35 +0900,
Khalid Rahman wrote:
> 
> [1  <multipart/alternative (7bit)>]
> [1.1  <text/plain; UTF-8 (7bit)>]
> 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. Is it possible using python script? Or maybe it must
> be using another application like postman or something?

Of course you can do such a thing in a RyuApp.
Create such flows and send OFPFlowMod messages.

--
IWAMOTO Toshihiro


_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to