Re: [Ryu-devel] Forwarding packets

2021-07-22 Thread Pedro Andres Aranda Gutierrez
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

[Ryu-devel] I want to start learn Ryu controller

2021-07-22 Thread Aro0oj
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

[Ryu-devel] Forwarding packets

2021-07-22 Thread Leandro Pereira
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