Open
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
Author
|
...and I added a few things. Feel free to cherry pick! EDIT: and a few more... |
Owner
|
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. |
Author
|
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! |
Author
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.