You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I figured out that we need switch xxx start to trigger EventSwitchEnter event. But after adding some new links, even use link x y up still cannot trigger EventLinkAdd. How to solve it?
t2ance
changed the title
Add switches and linkes using Mininet CLI
Add switches and links using Mininet CLI
May 27, 2023
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?
The text was updated successfully, but these errors were encountered: