Rob Shakir
Rob Shakir
for reference, canonical oc generation code: ```golang package main import ( "fmt" // exampleoc from ygot with the controller-card module added for the power-admin-state leaf. oc "robjs/component/oc" "github.com/golang/glog" "github.com/openconfig/ygot/ygot" )...
Thanks for catching the missing `rt-admin-config` issue. This will be fixed in a pending release. I also agree that the dual-specification of the AFI and SAFI identifier is a bug....
A couple of reasons that we ended up with a configurable type (making **no statement** as to whether we should consider making this non-mandatory). * containers such a `ethernet` and...
I think that this is a reasonable backwards compatible change, but what we perhaps should do is restructure the contents of this container to be grouped by tunnel type per...
Please can you provide a module that creates this issue. It's likely that we have a test coverage issue, since `choice` and `case` are not widely used in models that...
What is the JSON that you're inputting? If you're using `exact` as a field name -- the model snippet that you pasted shows that this is a value within the...
Thanks Nicolas! I'll close this given that information.
Hi, Apologies, we'd missed this issue. I've opened an internal issue tracking this fix. I don't see a problem with it given that Linux has this implementation, but we'll discuss...
I don't think this is valid -- if you `deviate not-supported` the target of a `leafref`, then the leaf that references it isn't valid any more (it can never have...
This is correct, we do not currently validate any `must` statement. If you'd like to make a contribution here, that'd be very welcome. We can also help review a design...