Anees Shaikh
Anees Shaikh
When you say ODL can't resolve these modules, can you please specify the error you are seeing? Is it a YANG tools error from the ODL YANG parser/compiler?
I'm not sure how to address this if we don't know why the ODL compiler can't resolve some of the dependencies. Are you specifying the full set of schema modules...
The string mapping is only used for representing the list key in the gNMI PathElem message -- in this case the Path message includes a PathElem: ``` elem: < name:...
Per our [style guide](https://github.com/openconfig/public/blob/master/doc/openconfig_style_guide.md#regular-expressions), the OpenConfig group has adopted POSIX regular expressions due to the lack of widely available software implementations for the W3C standard. We don't have any current...
Thanks for the comment Andrew -- understand the preference to have both :-) -- just a matter of priority to redo the work for W3C regexes given their usability limitations...
@muffizone To enable tooling to understand the regex type used in OpenConfig modules, we introduced an extension, `regexp-posix` (see openconfig-extensions.yang) and have added it to all of the OpenConfig modules...
@dbarrosop David, my counterargument to your assertion that this issue has been ignored is the long discussion we've actively engaged in on this topic (here, with vendors, at IETF meetings,...
@rgwilton hi Rob, I have to go back and dig into it, but my recollection is that POSIX ERE was a subset in general of what is supported in most...
It looks like the intention was to actually make `COLD` be the only method (with delay ) that is required to be supported. So we can probably leave `UNKNOWN` as...
There is no plan currently to add these sorts of queries to the gNMI spec -- we've generally tried to bias toward keeping the query language simple since adding features...