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