[PR #5575] [MERGED] [core]: add ipv6 configuration support #5905

Open
opened 2025-11-20 07:08:10 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/5575
Author: @MickLesk
Created: 6/30/2025
Status: Merged
Merged: 6/30/2025
Merged by: @michelroegl-brunner

Base: mainHead: ipv6_Support


📝 Commits (2)

📊 Changes

1 file changed (+138 additions, -41 deletions)

View changed files

📝 misc/build.func (+138 -41)

📄 Description

✍️ Description

  • Default like before -> ipv6 disabled.
  • Advanced Settings:
    Image
Image Image

Link: #2557

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 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/community-scripts/ProxmoxVE/pull/5575 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 6/30/2025 **Status:** ✅ Merged **Merged:** 6/30/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `ipv6_Support` --- ### 📝 Commits (2) - [`81883ef`](https://github.com/community-scripts/ProxmoxVE/commit/81883ef1505a73be9f3c57110dca97e7d6aa6664) Add ipv6 Support - [`76f9cad`](https://github.com/community-scripts/ProxmoxVE/commit/76f9cadd3eb20a4aabd6bb922da739885e344a3a) formatting ### 📊 Changes **1 file changed** (+138 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `misc/build.func` (+138 -41) </details> ### 📄 Description ## ✍️ Description - Default like before -> ipv6 disabled. - Advanced Settings: <img width="446" alt="Image" src="https://github.com/user-attachments/assets/68d61b98-6403-4972-b638-94b2cdf8c35f" /> <img width="436" alt="Image" src="https://github.com/user-attachments/assets/7bfc83e1-ace4-4cb2-8f65-b5108b65367e" /> <img width="419" alt="Image" src="https://github.com/user-attachments/assets/3024cf1f-10c6-48c1-98fc-a018830c07d8" /> ## 🔗 Related PR / Issue Link: #2557 ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [x] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 07:08:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#5905