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 GetOrderedChildren to Entries for Ordering of Dir #80

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Sep 14, 2018

  1. Add SequenceNum to Entries for Ordering

    Currently ordering from the original yang module is lost when parsing the module as the children in entries are added to a map.
    * This adds a SequenceNum field to the Entry struct that represents the original ordering from the yang module
    carlverge authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    2fc58c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6ef22d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8eccb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a631b5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d20c657 View commit details
    Browse the repository at this point in the history
  6. Remove old change

    carlverge authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    1d80a50 View commit details
    Browse the repository at this point in the history