HI, 1. I am getting the following entry in all switches. What does this entry denote? *cookie=0x0, duration=100.653s, table=0, n_packets=34, n_bytes=1394, idle_age=1, priority=65000,dl_dst=01:23:20:00:00:01,dl_type=0x88cc actions=CONTROLLER:65535*
2. I am using POX with Mininet and OVSK. I am using l2_multi routine.This deletes all the flow entries when a link failure(link down) event is raised. I want to change this , so that it deletes entries pertaining the failed link alone.How to achieve this? I tried with the following code ie) *How to delete entries of a switch that has outport or inport as the specified port numbe*r * clear = of.ofp_flow_mod(command=of.* *OFPFC_DELETE,out_port=port1)* * sw1.connection.send(clear)* *clear = of.ofp_flow_mod(command=of.* *OFPFC_DELETE,match=of.ofp_**match(in_port=port2)) * * sw2.connection.send(clear)* But it is not behaving as expected Please clarify. Thanks and Regards, Padma V