27/03/2020
- Went over on-going PR status.
- Discussed on libyang upgrading to 1.x or latest.
- Feature like leafref does not work in 0.16 version.
- Most of the protocol yang rely on leafref.
- We need to focus on moving to libyang 1.x in coming week.
- Discussed libyang issues faced while implementing.
- To upgrade to new libyang there are few cores we are seeing. All the issues are raised with libyang.
- Discussed on if-feature.
- feature is available in libyang but yang wrappers are not using it and we need to enhance it.
- Discussed on dangling node issue for when all children are deleted for a given list.
- There is no libyang support and this needs to be deleted from backend code.
- In libyang 1.x leafref is still a string.
- Need to raise issue with libyang as it should be pointer to dnode.
- Discussed on how to get end of object to process callbacks.
- nb apply finish can be used to ensure we wait for all the cb are processed and sent all at once avoiding multiple IPC between process.
- Discussed on nexthop-group backend code will being part of lib or zebra.
- Config model will stay in lib and operational will stay in zebra.
- Need to revisit the data model to split them in to config and state.
Public Last updated: 2020-03-28 09:03:04 AM