Skip to content
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

Nat Network Support #103

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Nat Network Support #103

wants to merge 5 commits into from

Conversation

jpts
Copy link
Contributor

@jpts jpts commented Jun 27, 2021

Rebased #82 onto master and added documentation, as discussed in comment. Depends on the PR from go-virtualbox.

@VoyTechnology VoyTechnology mentioned this pull request Jun 28, 2021
@@ -0,0 +1,94 @@
// This Source Code Form is subject to the terms of the Mozilla Public
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am absolutely not a lawyer, so I have no idea how any of this works, but this repository is licences under MIT, Can we just pull in another licence for a single file?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was copied from provider.go
Feel free to re-license under MIT.

return errLogf("unable to get nat network: %v", err)
}
if err := natnet.Config(); err != nil {
return errLogf("unable to remove nat network: %v", err)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This error message doesn't appear to be correct. We are updating the resource here, not deleting it.

if err != nil {
return errLogf("unable to get nat network: %v", err)
}
if err := natnet.Config(); err != nil {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The updated values are not passed in anywhere, so I don't think the update will actually have the intended consequences.

@VoyTechnology VoyTechnology mentioned this pull request Sep 21, 2021
@VoyTechnology VoyTechnology added this to the v0.4 (Network) milestone Oct 4, 2021
@nemonik
Copy link

nemonik commented Nov 22, 2021

Bummer. NAT support isn't there yet. :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants