-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Apply reordered ACL list to VR router #12525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.22 #12525 +/- ##
=========================================
Coverage 17.59% 17.60%
- Complexity 15611 15613 +2
=========================================
Files 5910 5911 +1
Lines 529890 529972 +82
Branches 64737 64750 +13
=========================================
+ Hits 93259 93278 +19
- Misses 426135 426194 +59
- Partials 10496 10500 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@blueorangutan package |
|
@sudo87 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
weizhouapache
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code lgtm
@sudo87
is there a unit test for it ? if yes, can you update it ?
|
@sudo87
|
|
Thank you @weizhouapache for the review and useful suggestion. I’ve added screenshots showing the UI behavior and iptables rules before and after reordering the ACL. There are currently no unit test covering reordering logic. |
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 16557 |
|
@blueorangutan test |
|
@sudo87 a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
|
looks good, thanks @sudo87 for the update! |
Pearl1594
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested - works as expected, on re-ordering the ACLs the iptable rules on the VPR VR gets reordered.
|
[SF] Trillian test result (tid-15307)
|
|
Mergiing based on tests and reviews |
Description
This PR address #9398
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
Before reordering:

After reordering:
Screen.Recording.2026-01-27.at.3.44.40.PM.mov
How Has This Been Tested?
How did you try to break this feature and the system with this change?