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

Make the IP address statuses considered active configurable #143

Merged
merged 3 commits into from
Jan 20, 2024

Conversation

peteeckel
Copy link
Owner

@peteeckel peteeckel commented Jan 20, 2024

fixes #144

This PR adds a new configuration variable ipam_coupling_ip_active_status_list that can be used to define the list of statuses for IP addresses that are considered active by the IPAM coupling feature.

Address records for active IP addresses will be created in 'Active' state, while those for IP addresses with other statuses will be created in 'Inactive' state. The new configuration option makes it possible to use unorthodox or custom values for the status of an IP address and still create active address records for it.

This feature was inspired by @bitcollector1 in #140.

@peteeckel peteeckel merged commit a655650 into main Jan 20, 2024
14 checks passed
@peteeckel peteeckel deleted the feature/ipam-ip-active-states branch January 20, 2024 15:06
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.

Configuration option for active IP address statuses
1 participant