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

Add support for the 'reference' statement under import. #92

Merged
merged 3 commits into from
Mar 14, 2019

Commits on Feb 25, 2019

  1. Add support for the 'reference' statement of an import.

      * (A) pkg/yang/node_test.go
        - Add a test that can check arbitrary parameters for a particular node.
          This is intended to be extended as we add additional support for new
          statements such as in YANG 1.1.
      * (M) pkg/yang/yang.go
        - Support the 'reference' statement under an 'import'.
    robshakir committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    dd1832b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c2923d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Add support for Description in import.

     * (M) pkg/yang/node_test.yang
      - Add a check for valid returned description statement from import.
     * (M) pkg/yang/yang.go
      - Add support for Description statement in import block.
    robshakir committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    c94e960 View commit details
    Browse the repository at this point in the history