mmiklus

Results 8 comments of mmiklus

There is a couple of examples available @ https://github.com/PANTHEONtech/StoneWork

@dplore, that's right. The question is a bit different though: When client set VLANS '[1,2,3]' (type=list of integer), is server allowed to normalize the data to a list of strings...

Usually, if server changes data it is because canonical form of the data is defined... here is a couple of examples: https://github.com/openconfig/public/blob/master/third_party/ietf/ietf-yang-types.yang#L330 https://github.com/openconfig/public/blob/master/third_party/ietf/ietf-yang-types.yang#L394 https://github.com/openconfig/public/blob/master/third_party/ietf/ietf-yang-types.yang#L409 https://github.com/openconfig/public/blob/master/third_party/ietf/ietf-yang-types.yang#L441 https://github.com/openconfig/public/blob/master/third_party/ietf/ietf-yang-types.yang#L452 Unfortunately, openconfig model do...

@dplore, thank you for your time to discuss this issue with me. trunk-vlans are exactly such a precedent. When you take for example a list of VLANs [1..4] , there...

Based on RFC7950 7.7 .. https://datatracker.ietf.org/doc/html/rfc7950#section-7.7 ``` Conceptually, the values in the data tree MUST be in the canonical form ``` it seems like all of the data in data-tree...

Can you attach all announced capabilities in the hello message and the list of YANG models provided by ietf-netconf-monitoring, please ?

You can try to force capabilities and provide YANG models by using schema cache folder. More information: https://docs.opendaylight.org/projects/netconf/en/v2.0.14/user-guide.html#connecting-to-a-device-not-supporting-netconf-monitoring Hope this helps.