nsg-ethz / p4-utils

Extension to Mininet that makes P4 networks easier to build
GNU General Public License v2.0
175 stars 65 forks source link

Mininet CLI doesn't reboot all switches #5

Closed fschleiss closed 6 years ago

fschleiss commented 6 years ago

When there are more than 5 switches (I'm not sure if this is a real limit or just happens in my case) in p4app.json, the Mininet CLI fails to reboot all switches.

It just reboots switch s1 to s5. Further switches are not started.

p4switch_reboot s7, however, works.

How to reproduce: