[YANG][ACL] Change LAG -> PORTCHANNEL in DB schema#106
Closed
stepanblyschak wants to merge 1 commit intomasterfrom
Closed
[YANG][ACL] Change LAG -> PORTCHANNEL in DB schema#106stepanblyschak wants to merge 1 commit intomasterfrom
stepanblyschak wants to merge 1 commit intomasterfrom
Conversation
Orchagent uses PORTCHANNEL term when parsing this field. Change the YANG model to align to orchagent. Signed-off-by: Stepan Blyschak <[email protected]>
vadymhlushko-mlnx
approved these changes
Oct 31, 2023
stepanblyschak
pushed a commit
that referenced
this pull request
May 17, 2024
…utomatically (sonic-net#18475) #### Why I did it src/sonic-host-services ``` * e93494c - (HEAD -> master, origin/master, origin/HEAD) Update sonic-host-services-data.determine-reboot-cause.service (#119) (2 days ago) [Xincun Li] * 15762a5 - Fix UT test data due to timestamp break. (#117) (4 days ago) [Feng-msft] * d53f431 - [caclmgrd]Fix bfd and vxlan acl rules programming in acl table update scenario (#114) (13 days ago) [Sudharsan Dhamal Gopalarathnam] * f2dbf25 - Add unittest for caclmgrd default deny rule (#113) (2 weeks ago) [Zhijian Li] * bfa06c7 - Change dependency option to fix buildimage issue. (#110) (3 weeks ago) [Feng-msft] * ba78bdb - Fix hostcfgd crash when delete entire config table. (#106) (4 weeks ago) [Hua Liu] * 6130886 - Update ProcessStats query by using API instead of parsing ps command. (#103) (4 weeks ago) [Feng-msft] ``` #### How I did it #### How to verify it #### Description for the changelog
stepanblyschak
pushed a commit
that referenced
this pull request
Jun 5, 2024
…utomatically (sonic-net#19037) #### Why I did it src/sonic-host-services ``` * 860f386 - (HEAD -> 202311, origin/202311) Fix hostcfgd crash when delete entire config table. (#106) (4 hours ago) [Hua Liu] ``` #### How I did it #### How to verify it #### Description for the changelog
stepanblyschak
pushed a commit
that referenced
this pull request
Sep 24, 2025
…ically (sonic-net#23882) #### Why I did it src/sonic-dash-ha ``` * 75af72e - (HEAD -> master, origin/master, origin/HEAD) Implement mark-delete in actor framework (#104) (9 hours ago) [yue-fred-gao] * 8564b63 - Update dpu scope state table name. (#106) (9 hours ago) [dypet] ``` #### How I did it #### How to verify it #### Description for the changelog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Orchagent uses PORTCHANNEL term when parsing this field. Change the YANG model to align to orchagent.
Why I did it
When specifying PORTCHANNEL in ACL_TABLE_TYPE table YAGN model validation does not pass, when using term LAG orchagent does not accept such table type.
Fix it by aligning YANG model to orchagent.
Work item tracking
How I did it
Fix in YANG model.
How to verify it
Create custom ACL table type.
Which release branch to backport (provide reason below if selected)
Tested branch (Please provide the tested image version)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)