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

Remove duplicated IPAM code #500

Conversation

wazsone
Copy link
Contributor

@wazsone wazsone commented Jan 11, 2023

Signed-off-by: Ruslan Bayandinov <[email protected]>
@wazsone wazsone force-pushed the feature/remove-duplicated-ipam-code branch from 0ba5f8a to 6d6abab Compare January 11, 2023 06:50
@wazsone wazsone marked this pull request as ready for review January 11, 2023 07:02
main.go Outdated
@@ -200,7 +198,7 @@ func main() {
log.FromContext(ctx).Infof("executing phase 3: creating icmp server ipam")
// ********************************************************************************

ipamChain := getIPAMChain(config.CidrPrefix)
ipamChain := groupipam.NewServer(config.CidrPrefix)
Copy link
Member

Choose a reason for hiding this comment

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

Please use this inline

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Signed-off-by: Ruslan Bayandinov <[email protected]>
@denis-tingaikin denis-tingaikin merged commit 02f6c85 into networkservicemesh:main Jan 26, 2023
nsmbot pushed a commit to networkservicemesh/deployments-k8s that referenced this pull request Jan 26, 2023
…d-nse-icmp-responder@main

PR link: networkservicemesh/cmd-nse-icmp-responder#500

Commit: 02f6c85
Author: Denis Tingaikin
Date: 2023-01-26 10:50:55 +0300
Message:
  - Merge pull request #500 from wazsone/feature/remove-duplicated-ipam-code
Signed-off-by: NSMBot <[email protected]>
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.

2 participants