Hi, I'm currently interested in that how POX handle the ordering of event, I think I missed such basic knowledge in the past. For example, if module 1 (l2_learning) and module 2(l2_pairs) are running at the same time.
Which will be executed? I think both modules will listen to the packet_in and only the first one I type (l2_learning) will respond, right? For instance,run ./pox.py l2_learning l2_paris. When I ping hosts, some errors will generate (bad_request). I think the errors are related how modules handle the packet_in, any advice? Thanks Weiyang
