[PR #9112] [MERGED] Closes #4264: Do not allocate subnet router anycast for IPv6 prefixes #13430

Closed
opened 2025-12-29 22:27:21 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/9112
Author: @sc68cal
Created: 4/11/2022
Status: Merged
Merged: 4/27/2022
Merged by: @jeremystretch

Base: developHead: rfc_4291


📝 Commits (1)

  • b5613a2 Do not allocate subnet router anycast in certain IPv6 prefixes

📊 Changes

2 files changed (+24 additions, -8 deletions)

View changed files

📝 netbox/ipam/models/ip.py (+12 -8)
📝 netbox/ipam/tests/test_models.py (+12 -0)

📄 Description

This fixes #4264 by removing the first IPv6 address from the available_ips that is returned, in cases where the RFCs prohibit it


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/9112 **Author:** [@sc68cal](https://github.com/sc68cal) **Created:** 4/11/2022 **Status:** ✅ Merged **Merged:** 4/27/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `rfc_4291` --- ### 📝 Commits (1) - [`b5613a2`](https://github.com/netbox-community/netbox/commit/b5613a2cc6b677b25d4e7403b8f06a8e51ea6089) Do not allocate subnet router anycast in certain IPv6 prefixes ### 📊 Changes **2 files changed** (+24 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/models/ip.py` (+12 -8) 📝 `netbox/ipam/tests/test_models.py` (+12 -0) </details> ### 📄 Description This fixes #4264 by removing the first IPv6 address from the available_ips that is returned, in cases where the RFCs prohibit it --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:27:21 +01:00
adam closed this issue 2025-12-29 22:27:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13430