We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
PR #14229 added a service for loading backend ACL rules. There is an issue in below code in backend_acl.py.
backend_acl.py
sonic-buildimage/files/image_config/backend_acl/backend_acl.py
Lines 80 to 81 in 2ba3c90
Because table_name is not specified when calling acl-loader, the ACL rules loaded previously will be cleared.
table_name
acl-loader
config load_minigraph
The ACL rules should not be cleared by backend-acl service.
show version
SONiC Software Version: SONiC.20201231.118 Distribution: Debian 10.13 Kernel: 4.19.0-12-2-amd64 Build commit: 2e55bdeb8c Build date: Wed Dec 13 00:14:17 UTC 2023 Built by: cloudtest@36ffe988c000000
show techsupport
(paste your output here or download and attach the file here )
The text was updated successfully, but these errors were encountered:
bingwang-ms
Successfully merging a pull request may close this issue.
Description
PR #14229 added a service for loading backend ACL rules. There is an issue in below code in
backend_acl.py
.sonic-buildimage/files/image_config/backend_acl/backend_acl.py
Lines 80 to 81 in 2ba3c90
Because
table_name
is not specified when callingacl-loader
, the ACL rules loaded previously will be cleared.Steps to reproduce the issue:
config load_minigraph
Describe the results you received:
The ACL rules should not be cleared by backend-acl service.
Describe the results you expected:
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: