Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Both ydk-gen and ydk-go have been updated at github.Here is a list of features that have gone into the release:2018-07-02 version 0.7.2Bundle improvementsReleased cisco-nx-os bundle to support Cisco NX OS 7.0-3-I7-4 releaseUpdated cisco-ios-xr bundle...
Both ydk-gen and ydk-cpp have been updated at github.Here is a list of features that have gone into the release:2018-07-02 version 0.7.2Bundle improvementsReleased cisco-nx-os bundle to support Cisco NX OS 7.0-3-I7-4 releaseUpdated cisco-ios-xr bundl...
Both ydk-gen and ydk-py have been updated at github.Here is a list of features that have gone into the release:2018-07-02 version 0.7.2Bundle improvementsReleased cisco-nx-os bundle to support Cisco NX OS 7.0-3-I7-4 releaseUpdated cisco-ios-xr bundle...
Docker images for YDK are now automatically built on DockerHub. This be used to run YDK without installing anything natively on your machine.To use the docker image, install docker on your system and run the image. See the docker documentation for mo...
Both ydk-gen and ydk-go have been updated at github.Here is a list of features that have gone into the release:Bundle improvementsUpdated cisco-ios-xr to support Cisco IOS XR 6.3.2 releaseUpdated cisco-ios-xe to support Cisco IOS XE 16.8.1 releaseUpd...
This looks like your YAML file is doing something that the YList class does not like. It may be trying to somehow trying to create a YList. Please check the ydk-py-samples for examples on how to use YDK objects: https://github.com/CiscoDevNet/ydk-py-...
Looking at your YAML files, it seems you are mixing YANG and python attributes somehow. You should only use the python attribute names like “router_id”. Please refer to the documentation: http://ydk.cisco.com/py/docs/ydk.models.cisco_ios_xe.html to f...