Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yang library advertisement and yang file download #65

Merged
merged 2 commits into from
Oct 28, 2020

Commits on Oct 24, 2020

  1. Yang library version advertisement

    Enhanced REST server to handle "GET /restconf/yang-library-version"
    request to advertise yang library version (RFC8040, section 3.3.3).
    Always returns "2016-06-21".
    sachinholla committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    ac892f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. Yang file download

    REST server now supports "GET /models/yang/xxxxx.yang" requests to
    download yang files from the device. These links are also advertised
    through schema URLs in the ietf-yang-library responses. Schema URL uses
    an ipv4 address of eth0. Requires restart of REST server to reflect
    changes to eth0 ip address.
    sachinholla committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    3f606ff View commit details
    Browse the repository at this point in the history