HI Leandro,
On Thu, 22 Jul 2021 at 14:08, Leandro Pereira
wrote:
> Hi guys
>
> By default, when a packet arrives at an SDN switch, and it does not have
> an entry in its table, the packet is sent to the controller.
>
Not always. Look at the different simple_switch apps and you will see the
behav
Hi , I would like to start learning Ryu controller . What is the best resources
that could help me to start .
Thanks in advanced
___
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel
Hi guys
By default, when a packet arrives at an SDN switch, and it does not have an
entry in its table, the packet is sent to the controller. Once the
controller defines the destination of the packet, it installs a flow on the
switch and forwards the packet through one of the ports. OK, we know th