mbj4668 / pyang

An extensible YANG validator and converter in python
ISC License
528 stars 342 forks source link

Pyang check_update doesn't check for ordered-by construct #907

Closed apoorvashastry closed 1 month ago

apoorvashastry commented 1 month ago

Addition and deletion of ordered-by construct is a backward incompatible change in YANG. Currently check_update doesn't check for ordered-by construct. Hence need to add this case.