[PR #14821] [MERGED] Fixes #14817: Relax required fields for IKE & IPSec models on bulk import #14459

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

📋 Pull Request Information

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

Base: developHead: 14817-fix-ike-ipsec-fields


📝 Commits (1)

  • 947d795 Fixes #14817: Relax required fields for IKE & IPSec models on bulk import

📊 Changes

1 file changed (+8 additions, -4 deletions)

View changed files

📝 netbox/vpn/forms/bulk_import.py (+8 -4)

📄 Description

Fixes: #14817

Sets the following fields as optional during bulk import, to be consistent with their models' definitions:

  • IKEProposal: authentication_algorithm
  • IPSecProposal: encryption_algorithm and authentication_algorithm (at least one is required per model validation)
  • IPSecPolicy: pfs_group

🔄 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/14821 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 1/17/2024 **Status:** ✅ Merged **Merged:** 1/17/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `14817-fix-ike-ipsec-fields` --- ### 📝 Commits (1) - [`947d795`](https://github.com/netbox-community/netbox/commit/947d79511146a35ee1cb202fc8938d990746a17b) Fixes #14817: Relax required fields for IKE & IPSec models on bulk import ### 📊 Changes **1 file changed** (+8 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `netbox/vpn/forms/bulk_import.py` (+8 -4) </details> ### 📄 Description ### Fixes: #14817 Sets the following fields as optional during bulk import, to be consistent with their models' definitions: * IKEProposal: `authentication_algorithm` * IPSecProposal: `encryption_algorithm` and `authentication_algorithm` (at least one is required per model validation) * IPSecPolicy: `pfs_group` --- <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:35 +01:00
adam closed this issue 2025-12-29 23:24:36 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14459