hi,

> Hi,
> 
> 
> 
> Is there any way to identify, in the controller , which switch table sent a
> given packet -in?
> 
> For example:
> 
> 1- If the controller receives the packet in X, from the table 0, I would
> take action Y ;
> 
> 2- If the controller receives the packet in X, from the Table 1, I would
> take the action Z ;

you can use table_id field of OFPPacketIn.
see http://ryu.readthedocs.org/en/latest/ofproto_v1_3_ref.html#packet-in-message

> 
> 
> Thanks in advance,
> 
> 
> Edvar

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