Valerio Di Gregorio

Results 8 comments of Valerio Di Gregorio

I can't get new debugger working from WSL because it would run a require on a DLL from Ubuntu

Any news here? I have the same issue but no clue of why I'm getting this. Version is 4.4.12

I can see this in my testbed: ```python repo = Repository() provider = gNMIServiceProvider(repo=repo, address=args.gnmi.hostname, port=args.gnmi.port, username=args.gnmi.username, password=args.gnmi.password) crud = CRUDService() entries = crud.read(provider, Cisco_IOS_XE_wireless_wlan_cfg.WlanCfgData.WlanCfgEntries()) ``` Output is: ``` 2020-06-10...

I just needed a workaround for my PoC that is issuing a simple GET. Here is a diff that worked, but this is not a usable patch. You can just...

I explored ways to fix this (and I have a patch that supports rfc7951). In practice I have: ```cpp enum class Origin { // ORIGIN | PREFIX MODULE, // Module...

It would be great to increase priority of this, internally in Cisco we're planning use of YDK for testing purposes. If you need details please contact me on webex.

@lvisintini I believe implementation should happen incrementally as I reckon it will require a big effort. My idea at the moment is the following, in example ID 22 is Chewie...

I agree on the ```attack: null``` comment and I propose to do the same for defense although the only sub-property for it would be "pool". At least it'll look the...