-
Notifications
You must be signed in to change notification settings - Fork 717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More containers + cleanup #23
base: master
Are you sure you want to change the base?
Conversation
…ners. // 2] New: bocker cleanup // 3] Fixed minor big in mac address creation
…rompt etc 2] bocker route: quick'n dirty outgoing natting 3] bocker cleanup: get rid of leftover interfaces 4] minor bug fix: bocker can now be invoked without argument
...and I added a few things. Feel free to cherry pick! EDIT: and a few more... |
Thanks for these @Fusion, at a glance they look good. Hopefully I've have some time to review fully and merge later in the week. |
Cool. Actually I just found a bug that I introduced when re-organizing 'run' and 'start' -- I will fix it later today. Oops/ EDIT: fixed! :) |
Hey! Any news on this? Thanks! |
Not sure. Looks like Peter moved on to better things. No one has expressed interest in more than a year so I imagine that, without Peter pushing it forward, this project is now.. er.. quiescent. |
Yes, it seems so. It's a pity |
With this change, containers are created monotonically and we can have tens of thousands: I simply changed the 10 network to a /16 and am using modulo to fill in the ip address' third and fourth octet. I then do something similar with the mac address.
I also added a 'cleanup' command that deletes orphaned network namespaces and interfaces.