mbj4668 / pyang

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

pyang yang augment issue #871

Closed kirankotari closed 8 months ago

kirankotari commented 12 months ago

Here, In the yang model with an action in grouping, when it's uses I am adding new leaf to my action inputs, this is achieved by augment <action-name/input>. The pyang couldn't find the action-name, but yang model is working as expected.

Screenshot 2023-07-08 at 10 00 27 Screenshot 2023-07-08 at 10 00 48

Note:- both of them are in a same file.

mbj4668 commented 8 months ago

tailf:action cannot be augumented, but the YANG 1.1 standard action can.