lantz

Results 74 comments of lantz

I think the right way to fix this for the current version is to use `host.pexec` - then it doesn't go through the shell. However, as I noted, I still...

HI Bolei. I don't think it's a good idea to patch the standard Python library. If `eventlet` breaks `subprocess`, I don't think it is a Mininet error, is it?

Yes, 1. unshare didn't work properly when mininet was developed, and it was also missing from ubuntu. 2. mnexec has additional features that unshare doesn't support, including pid output and...

I believe the intent was to not add an unnecessary queuing discipline. Is there a workaround if you set the loss to `0%`?

A few questions for you to think about: 1. How is this specifically different from switch.terminate()? Should it be different? 2. How is this different from disconnecting the switch from...

I actually think we do want https to avoid tampering, since everything is installed as root, etc..

As I mentioned in #881 I don't see the need to add an extra queueing discipline in the case where you don't need post hoc adjustments. Though I haven't tested...

Please do not abuse github issues with requests for user assistance; you are welcome to use the mailing list however. You may find it useful to read the MIninet documentation...

JSON files? I don't think there is any such feature in Mininet. Are you aware that Mininet is written in Python and uses Python to specify topologies? JSON is a...

Yeah, it is annoying that the root travis environment is different from the user environment.