Re: [Ryu-devel] Ryu controller struct.error when adding a new table flow

2019-03-06 Thread IWAMOTO Toshihiro
On Wed, 06 Mar 2019 23:56:06 +0900, Daniel Gomes wrote: > i'm writing a layer 4 switch application and i'm trying to do the > following: when a TCP/UDP packet is identified the application checks in a > local database to see if the packet parameters are from a known attacker > (source IP, destinati

[Ryu-devel] Ryu controller struct.error when adding a new table flow

2019-03-06 Thread Daniel Gomes
Hello, i'm writing a layer 4 switch application and i'm trying to do the following: when a TCP/UDP packet is identified the application checks in a local database to see if the packet parameters are from a known attacker (source IP, destination IP , destination port). If the packet matches one lo