[PR #14711] [MERGED] Fixes #14706: Relax one-to-one mapping of tunnel termination to IP address #14447

Closed
opened 2025-12-29 23:24:31 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/14711
Author: @jeremystretch
Created: 1/5/2024
Status: Merged
Merged: 1/8/2024
Merged by: @jeremystretch

Base: developHead: 14706-tunnel-termination-ip


📝 Commits (1)

  • 83738d3 Fixes #14706: Relax one-to-one mapping of tunnel termination to IP address

📊 Changes

2 files changed (+22 additions, -2 deletions)

View changed files

netbox/vpn/migrations/0003_ipaddress_multiple_tunnel_terminations.py (+20 -0)
📝 netbox/vpn/models/tunnels.py (+2 -2)

📄 Description

Fixes: #14706

Relax the uniqueness constraint on TunnelTermination's outside_ip field, so that multiple terminations can share the same external IP address.


🔄 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/14711 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 1/5/2024 **Status:** ✅ Merged **Merged:** 1/8/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `14706-tunnel-termination-ip` --- ### 📝 Commits (1) - [`83738d3`](https://github.com/netbox-community/netbox/commit/83738d325fe4e9eeb86080812f0046a75022a328) Fixes #14706: Relax one-to-one mapping of tunnel termination to IP address ### 📊 Changes **2 files changed** (+22 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `netbox/vpn/migrations/0003_ipaddress_multiple_tunnel_terminations.py` (+20 -0) 📝 `netbox/vpn/models/tunnels.py` (+2 -2) </details> ### 📄 Description ### Fixes: #14706 Relax the uniqueness constraint on TunnelTermination's `outside_ip` field, so that multiple terminations can share the same external IP address. --- <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 23:24:31 +01:00
adam closed this issue 2025-12-29 23:24:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14447