On Apr 14, 2013, at 3:19 PM, Karthik Sharma wrote: > entry = SourcetoPort(src_address="packet.src" , port_no=packet_in.in_port)
I am not looking too closely, but you seem to be adding the literal string "packet.src" to your database. You probably want to be adding the actual source address. -- Murphy
