have a controller application listening to the following messages. SwitchFeatures PortStatus PacketIn
My mininet topology consists of exactly 6 switches and 6 hosts.Each switch has two ports. 1) How many SwitchFeatures can I expect my application to see? 2) How many PortStatus can I expect my application to see.? I am seeing 6 SwitchFeatures messages as expected but I am seeing only a SINGLE PortStatus message? Is this expected? Shouldn't I see one PortStatus per each port ( 6 x2 = 12) ? Regards, Karthik.