forked from sonic-net/sonic-mgmt-framework
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix payload of 'ip access-list XYZ' CLI (#57)
CLI handler for 'ip access-list XYZ' was not sednding RESTCONF compliant payload earlier. New ygot code does not accept it. Modified the actioner to use 'PATCH /restconf/data/openconfig-acl:acl/acl-sets/acl-set' request with correct payload.
- Loading branch information
1 parent
7465c56
commit 7b93bfc
Showing
2 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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