[PR #14794] [MERGED] fix: add missing DH group 15 (3072) #14455

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/14794
Author: @jonkerj
Created: 1/15/2024
Status: Merged
Merged: 1/16/2024
Merged by: @jeremystretch

Base: developHead: fix-dhgroup-choices


📝 Commits (1)

  • 4b47fd6 fix: add missing DH group 15 (3072)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 netbox/vpn/choices.py (+1 -0)

📄 Description

Fixes #14793

DH group 15 was not selectable in the UI, and I strongly suspect this PR will fix that, as that particular choices was missing in choices.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/14794 **Author:** [@jonkerj](https://github.com/jonkerj) **Created:** 1/15/2024 **Status:** ✅ Merged **Merged:** 1/16/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `fix-dhgroup-choices` --- ### 📝 Commits (1) - [`4b47fd6`](https://github.com/netbox-community/netbox/commit/4b47fd6b0673629df89f9bb2ae271bc0b52bb10a) fix: add missing DH group 15 (3072) ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/vpn/choices.py` (+1 -0) </details> ### 📄 Description ### Fixes #14793 DH group 15 was not selectable in the UI, and I strongly suspect this PR will fix that, as that particular choices was missing in `choices.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:24:34 +01:00
adam closed this issue 2025-12-29 23:24:34 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14455