mirror of
https://github.com/Corsinvest/cv4pve-api-powershell.git
synced 2026-04-25 12:15:48 +03:00
[GH-ISSUE #35] duplicated function Get-PveClusterFirewallIpsetIdx #27
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-api-powershell#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Erik-Horn on GitHub (Mar 10, 2025).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-api-powershell/issues/35
What happened?
There are two definitions of the Get-PveClusterFirewallIpsetIdx function in the module, the second, less useful one, overwrites the first.
Expected behavior
The functions should have different names or the functionality of both merged into a single function.
Relevant log output
Proxmox VE Version
8
Version (bug)
8.3.2
Version (working)
No response
On what operating system are you experiencing the issue?
Windows
Pull Request
@franklupo commented on GitHub (Mar 12, 2025):
Hi,
Problem Solved. Added progressive if name is the same.
Best regards