[PR #334] Implementing creation, listing, and deletion of firewall rules for QEMU #398

Open
opened 2026-02-28 00:42:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/334
Author: @PascalKu
Created: 5/20/2024
Status: 🔄 Open

Base: masterHead: master


📝 Commits (2)

  • 94634b8 Implementing creation, listing, and deletion of firewall rules for qemu/{vmid}/firewall
  • 37911f4 fixing fmt.Sprintf

📊 Changes

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

View changed files

📝 proxmox/client.go (+47 -0)

📄 Description

This pull request introduces new functionality for managing firewall rules within the qemu/{vmid}/firewall context. The implemented features include:

  • Creation of firewall rules for a specific virtual machine (vmid).
  • Listing of all existing firewall rules associated with the specified virtual machine.
  • Deletion of firewall rules based on a given position within the rule list.

🔄 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/Telmate/proxmox-api-go/pull/334 **Author:** [@PascalKu](https://github.com/PascalKu) **Created:** 5/20/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`94634b8`](https://github.com/Telmate/proxmox-api-go/commit/94634b8050ca309c06b85d9f9fed71caaca5cde5) Implementing creation, listing, and deletion of firewall rules for qemu/{vmid}/firewall - [`37911f4`](https://github.com/Telmate/proxmox-api-go/commit/37911f4d900e4f0c54711fefdf9066f3dcedbc01) fixing fmt.Sprintf ### 📊 Changes **1 file changed** (+47 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `proxmox/client.go` (+47 -0) </details> ### 📄 Description This pull request introduces new functionality for managing firewall rules within the qemu/{vmid}/firewall context. The implemented features include: - Creation of firewall rules for a specific virtual machine (vmid). - Listing of all existing firewall rules associated with the specified virtual machine. - Deletion of firewall rules based on a given position within the rule list. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-api-go#398
No description provided.