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.
I'm working with csr1000v 16.4.1. I have this code:from ydk.models.cisco_ios_xe.ned import Nativefrom ydk.services import CRUDService, NetconfService, Datastorefrom ydk.providers import NetconfServiceProviderbgp = Native().router.Bgp()bgp.id = 100new...
I was using 0.5.3. I've now upgraded to 0.5.4. The same script still works if I use crud, but I get a new error if I try netconf:(ydk0.5.4py2) fred@ubuntu:~$ python netconftest.pyTraceback (most recent call last): File "netconftest.py", line 21, in ...