Skip to content

Adds support for port forwarding on non-nat network types #35

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

Merged
merged 2 commits into from
May 8, 2019

Conversation

dariopb
Copy link
Contributor

@dariopb dariopb commented May 8, 2019

No description provided.

@msftclas
Copy link

msftclas commented May 8, 2019

CLA assistant check
All CLA requirements met.

Copy link
Contributor

@nagiesek nagiesek left a comment

Choose a reason for hiding this comment

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

No complaints. Passed tests ok, so all I'd like is the acl portion to be placed into a seperate function, but I'm not hard on that.

if err != nil {
return nil, fmt.Errorf("failed during GetEndpointInfo from netconf: %v", err)
}
logrus.Debugf("Created raw policy from mapping: %+v --- %+v", mapping, policy)
epInfo.Policies = append(epInfo.Policies, policy)

Copy link
Contributor

Choose a reason for hiding this comment

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

Code/functionallity looks fine, Stylistically I'd prefer this ACL portion in a different function.

@nagiesek
Copy link
Contributor

nagiesek commented May 8, 2019

/lgtm

@nagiesek nagiesek merged commit ecbb95e into microsoft:master May 8, 2019
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