networkop / docker-topo

Docker topology builder for network simulations
BSD 3-Clause "New" or "Revised" License
139 stars 41 forks source link

PR to fix issue #17 - pyroute2: no IPRoute module for the platform on macOS Mojave 10.14.3 #18

Closed titom73 closed 5 years ago

titom73 commented 5 years ago

Change version of pyroute2 to allow execution on mac system as previous version claimed IPRoute did not have module for that platform

ImportError: no IPRoute module for the platform
titom73 commented 5 years ago

Fix with commit https://github.com/networkop/docker-topo/commit/27a1b64be293cf155d3b2819e9f7ad06ee5694ab / Close MR