mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 12:55:52 +03:00
[GH-ISSUE #302] container interface rules dont manage state correctly #133
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#133
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 @lts-rad on GitHub (Mar 26, 2024).
Original GitHub issue: https://github.com/spr-networks/super/issues/302
Originally assigned to: @lts-rad on GitHub.
suppose two container rules for the same interface have matching policy/groups. if one is deleted the other rule is not taken into account.
the code needs a bug fix where all rules are considered when deleting.
@lts-rad commented on GitHub (Mar 26, 2024):
this bug needs a test case when fixed
@lts-rad commented on GitHub (Mar 26, 2024):
WIP
9e5cbe9c@lts-rad commented on GitHub (Mar 26, 2024):
this issue is now fixed in dev,
68f485f009adds the test case