Hi, On 2015年12月27日 12:08, 杨haixiang wrote: > Hi, all > > what if a packets with a action set is delivered to controller? > Would the actions in the action set be executed? such set_queue etc.
What does "an action set" exactly mean? In OpenFlow Spec, an action set is associated with each packet, but it is executed at switch and not delivered to controller by Packet-In messages. OTOH, the actions, such set_queue etc, will be set by using a Write-Action instruction or a Clear-Action instruction and executed by switch at the end of the pipeline processing. Thanks, Iwase > > Thanks, > Haixiang > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
