Hi,

Please don't drop the mailing list of Ryu-devel.

> I want to send my custom packet from ryu to ofsoftswitch13 
> and also install a rule at the ofsoftswitch13 whose action
> should send this packet to predefined port.

You mean that apply Packet_Out to rule(FlowEntry) that was set in advance?
If right, it's possible.

please refer to the following.

OFspec1.3 of 7.3.7 Packet-Out Message says:
  The list of actions of an OFPT_PACKET_OUT message 
  can also specify the OFPP_TABLE reserved port as an 
  output action to process the packet through the 
  OpenFlow pipeline, starting at the first flow table.

thanks

On 2015年03月11日 18:18, Ruchika Luthra wrote:
> Hello,
> 
> Best Regards!
> 
> My aim is to integrate Ryu controller and ofsoftswitch13 in a predefined 
> topology in mininet. I want to send my custom packet from ryu to 
> ofsoftswitch13 and also install a rule at the ofsoftswitch13 whose action 
> should send this packet to predefined port.
> 
> Can you please shed some light on this issue?
> 
> Thank you
> 
> -- 
> Ruchika Luthra
> M.E (CS) 4th Sem
> BITS Pilani
> 

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to