mbj4668 / pyang

An extensible YANG validator and converter in python
ISC License
535 stars 344 forks source link

verify deref target and path #778

Closed mbj4668 closed 2 years ago

mbj4668 commented 2 years ago
  1. verify that the target of a deref function is a leafref or instance-identifier
  2. if leafref, verify that the rest of the path is correct (e.g. that a/b exists in deref(../foo)/../a/b)