HI Leandro,

On Thu, 22 Jul 2021 at 14:08, Leandro Pereira <leandroecom...@gmail.com>
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
behaviour for the different OpenFlow versions,

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 that.
>
> Is there any configuration in RYU, so that after flow is installed on the
> switch, the controller sends the packet back to this switch, so that it is
> treated according to the flow tables?
>
Look at any simple_switch app to see if that is enoughfor you...

>
> My goal is that from the first packet of each communication, statistics
> are generated with byte and packet counters for each flow installed in the
> table.
>
>
> Ps.: Sorry by my english
>
> --
> Leandro Pereira
> _______________________________________________
> Ryu-devel mailing list
> Ryu-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>
Best, /PA

-- 
Fragen sind nicht da um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to