Re: [Ryu-devel] Broadcast entry inside switches

2017-05-08 Thread Iwase Yusuke
Hi, Sorry for the delay. I guess, as first step, you need to define the key field for determing whether the given packet is received previously or not. For example, the first packet from hosts will do Packet-In and Packet-Out to flood, and the second packet will be dropped based on the source MAC

[Ryu-devel] Broadcast entry inside switches

2017-04-26 Thread Soliman Awad Alshra´a Abdullah TU Ilmenau
Hi everyone, I need to insert an entry inside switches tables to do broadcast under a certain condition, and let switches to drop packets, in case it receives a packet previously. could you tell me what is the suitable instructions to do it ? Thanks in advanced ---