The interface operational data was missing the 'admin-status' parameter, which indicates whether an interface is administratively enabled or disabled.
To resolve this, the 'admin-status' was added to the 'yanger' library, allowing 'statd' to retrieve and include this parameter in the operational data.
Checklist
Tick relevant boxes, this PR is-a or has-a:
[x] Bugfix
[ ] Regression tests
[ ] ChangeLog updates (for next release)
[ ] Feature
[ ] YANG model change => revision updated?
[ ] Regression tests added?
[ ] ChangeLog updates (for next release)
[ ] Documentation added?
[ ] Test changes
[ ] Checked in changed Readme.adoc (make test-spec)
[ ] Added new test to group Readme.adoc and yaml file
[ ] Code style update (formatting, renaming)
[ ] Refactoring (please detail in commit messages)
The interface operational data was missing the 'admin-status' parameter, which indicates whether an interface is administratively enabled or disabled. To resolve this, the 'admin-status' was added to the 'yanger' library, allowing 'statd' to retrieve and include this parameter in the operational data.
Checklist
Tick relevant boxes, this PR is-a or has-a: