Re: [Ryu-devel] forward packets without flow table modification

2016-12-02 Thread Mohamed Ibrahem
want to forward the packet to the controller to tell the switch which port the packet is forwarded to without adding flows to the switch. On Thu, 11/24/16, Iwase Yusuke wrote: Subject: Re: [Ryu-devel] forward packets without flow table modification To

[Ryu-devel] forward packets without flow table modification

2016-11-29 Thread Mohamed Ibrahem
hello guys, how can i modify this code to forward packets directly without use OFPFlowMod and instructions and just use actions only. https://github.com/whatever4711/ryu-starter-kit/blob/master/stateless_lb.py i have modified the code but it make no sense, please help me to solve this problem? my

Re: [Ryu-devel] forward packets without flow table modification

2016-11-23 Thread Iwase Yusuke
Hi, The App you attached seems not be written by Ryu-devel team. Sorry, I don't know further... FYI, This App seems to be designed to install flows reactively against Packet-In messages from switches. I guess it is difficult to determine which packet should be forwarded to the registered servers

[Ryu-devel] forward packets without flow table modification

2016-11-19 Thread Mohamed Ibrahem
hello guys, how can i modify this code to forward packets directly without use OFPFlowMod and instructions and just use actions only. https://github.com/whatever4711/ryu-starter-kit/blob/master/stateless_lb.py i have modified the code but it make no sense, please help me to solve this problem? my