Re: [Ryu-devel] Identifying tables

2015-03-18 Thread Edvar Afonso
Ok, Thank you very much! 2015-03-18 12:27 GMT-03:00 YAMAMOTO Takashi : > 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,

Re: [Ryu-devel] Identifying tables

2015-03-18 Thread YAMAMOTO Takashi
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

[Ryu-devel] Identifying tables

2015-03-18 Thread Edvar Afonso
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 ;