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
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
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
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