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

feat!: Add ability to configure IPAM exclusively for IPv4 or IPv6 #1155

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

Conversation

sebastianczech
Copy link
Contributor

Description

PR delivers features to configure IPAM exclusively for IPv4 or IPv6 - previously it was 1 variable used for both IP protocols, so IPAM could be used for both or neither.

Motivation and Context

#1153

Breaking Changes

Previously it was defined 1 variable use_ipam_pool used for both IP protocol. In order to distinguish to which protocol IPAM should be used, there were introduced 2 new variables use_ipv4_ipam_pool and use_ipv6_ipam_pool (old variable use_ipam_pool was removed).

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

@sebastianczech sebastianczech changed the title feat: Add ability to configure IPAM exclusively for IPv4 or IPv6 feat!: Add ability to configure IPAM exclusively for IPv4 or IPv6 Jan 4, 2025
@Vinoth-S15
Copy link

The changes are satisfactory to me

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