[PR #10064] [CLOSED] Fixes #10055: NAT Outside evaluations and links #13548

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/10064
Author: @atownson
Created: 8/18/2022
Status: Closed

Base: developHead: issue_10055


📝 Commits (4)

  • c811eb0 netbox-community#10055 - Add loop for NAT Outside
  • a687aa1 netbox-community#10055 - Add loop for NAT Outside
  • 3f40e15 netbox-community#10055 - Add template for NAT Outside
  • 0bdee1d netbox-community#10055 - Align NAT Outside with NAT Inside

📊 Changes

4 files changed (+21 additions, -12 deletions)

View changed files

📝 netbox/ipam/tables/ip.py (+8 -2)
📝 netbox/templates/dcim/device.html (+4 -4)
📝 netbox/templates/ipam/ipaddress.html (+5 -2)
📝 netbox/templates/virtualization/virtualmachine.html (+4 -4)

📄 Description

Fixes: #10055

Added loops for NAT Outside in IP Address (ipaddress.html), Device (device.html), and Virtual Machine (virtualmachine.html) templates, and fixed 'ipam.IPAddress.None' text in IP table (ip.py).


🔄 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/10064 **Author:** [@atownson](https://github.com/atownson) **Created:** 8/18/2022 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `issue_10055` --- ### 📝 Commits (4) - [`c811eb0`](https://github.com/netbox-community/netbox/commit/c811eb069d1d83c8735890199800eb3b2945db90) netbox-community#10055 - Add loop for NAT Outside - [`a687aa1`](https://github.com/netbox-community/netbox/commit/a687aa1de6fe702d496a5d25435bd38af4340ddb) netbox-community#10055 - Add loop for NAT Outside - [`3f40e15`](https://github.com/netbox-community/netbox/commit/3f40e15ed5612b0567e0987b43e7e0f93447df7d) netbox-community#10055 - Add template for NAT Outside - [`0bdee1d`](https://github.com/netbox-community/netbox/commit/0bdee1d6d8a352c2142b666ef53df6d738d0115b) netbox-community#10055 - Align NAT Outside with NAT Inside ### 📊 Changes **4 files changed** (+21 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/tables/ip.py` (+8 -2) 📝 `netbox/templates/dcim/device.html` (+4 -4) 📝 `netbox/templates/ipam/ipaddress.html` (+5 -2) 📝 `netbox/templates/virtualization/virtualmachine.html` (+4 -4) </details> ### 📄 Description ### Fixes: #10055 Added loops for NAT Outside in IP Address (ipaddress.html), Device (device.html), and Virtual Machine (virtualmachine.html) templates, and fixed 'ipam.IPAddress.None' text in IP table (ip.py). --- <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:19:30 +01:00
adam closed this issue 2025-12-29 23:19:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13548