Skip to content

Commit

Permalink
enhancements and fixes in the YGOT package (sonic-net#84)
Browse files Browse the repository at this point in the history
* enhancements and fixes done in the YGOT package

* enhance ygot.TogNMINotifications() API to handle keyless lists. Encodes the whole list as a single ietf json blob

* populate the module name based on the Namespace name instead of Prefix name

---------

Co-authored-by: Sachin Holla <[email protected]>
  • Loading branch information
mbalachandar and sachinholla authored May 23, 2023
1 parent cd51894 commit a10a5c6
Show file tree
Hide file tree
Showing 2 changed files with 317 additions and 127 deletions.
2 changes: 1 addition & 1 deletion patches/apply.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ copy github.com/openconfig/gnmi v0.0.0-20200617225440-d2b4e6a45802 .

# Apply patches

patch -d ${DEST_DIR}/github.com/openconfig -p1 < ${PATCH_DIR}/ygot/ygot.patch
patch -d ${DEST_DIR}/github.com/openconfig/ygot -p1 < ${PATCH_DIR}/ygot/ygot.patch

patch -d ${DEST_DIR}/github.com/openconfig/goyang -p1 < ${PATCH_DIR}/goyang/goyang.patch

Expand Down
Loading

0 comments on commit a10a5c6

Please sign in to comment.