When I added a new switch or link using mininet CLI (e.g. "py net.addSwitch('xxx')"), the topology in the terminal was modified. However, the controller didn't get the modification and events like "EventSwitchEnter" were not triggered. How can the controller know the topology was modified?
When I added a new switch or link using mininet CLI (e.g. "py net.addSwitch('xxx')"), the topology in the terminal was modified. However, the controller didn't get the modification and events like "EventSwitchEnter" were not triggered. How can the controller know the topology was modified?