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 #513

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

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 9fbc541 to 4c802ea Compare January 11, 2023 06:50
@wazsone wazsone marked this pull request as ready for review January 11, 2023 07:02
main.go Outdated
@@ -179,7 +178,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]>
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