You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use freeconf with the ietf-l3vpn-svc model. I followed the Getting started guide (Python) to start a RESTCONF server with the model. After patching the models to fix #114, I get the following error:
ietf-l3vpn-svc/l3vpn-svc/sites/site/site-network-accesses/site-network-access/location-flavor/location/location-reference - leafref path cannot be resolved
The leafref in question is this line of the model. Pyang doesn't raise any errors when validating it, so I'm not sure if this is an issue with freeconf or the model itself.
I'm trying to use freeconf with the ietf-l3vpn-svc model. I followed the Getting started guide (Python) to start a RESTCONF server with the model. After patching the models to fix #114, I get the following error:
ietf-l3vpn-svc/l3vpn-svc/sites/site/site-network-accesses/site-network-access/location-flavor/location/location-reference - leafref path cannot be resolved
The leafref in question is this line of the model. Pyang doesn't raise any errors when validating it, so I'm not sure if this is an issue with freeconf or the model itself.
Note that my YANG search path includes all the IETF RFC model collection (https://github.com/YangModels/yang/tree/main/standard/ietf/RFC).
The text was updated successfully, but these errors were encountered: