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 nxos_vrf_global resource module #870

Merged
merged 48 commits into from
Jul 26, 2024

Commits on Jun 17, 2024

  1. vrf_global init

    roverflow committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b517c84 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. added parsers

    roverflow committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    91fc875 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df5ca2c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. add final parsers

    roverflow committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7a5ce68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49cbdb5 View commit details
    Browse the repository at this point in the history
  3. minor changes in parser

    roverflow committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e0d7acc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    babcc08 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    96c5f9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a228bb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    5faf758 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0678ca6 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. fixed wrong model issue

    roverflow committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    334a477 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90c95ed View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    ff96e7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e14029 View commit details
    Browse the repository at this point in the history
  3. config side code

    roverflow committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    4bc1ce1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b009cc View commit details
    Browse the repository at this point in the history
  5. pre-commit fix

    roverflow committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    d9ead61 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99c16db View commit details
    Browse the repository at this point in the history
  7. more pre-commit fix

    roverflow committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    3db2bd1 View commit details
    Browse the repository at this point in the history
  8. more pre-commit

    roverflow committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    a1a5d42 View commit details
    Browse the repository at this point in the history
  9. added unit test

    roverflow committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    a60c67c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e950132 View commit details
    Browse the repository at this point in the history
  11. fix syntax

    roverflow committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    11b3170 View commit details
    Browse the repository at this point in the history
  12. fixed parsed

    roverflow committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    15dc857 View commit details
    Browse the repository at this point in the history
  13. fix sanity

    roverflow committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    6e347f1 View commit details
    Browse the repository at this point in the history
  14. added commands

    roverflow committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    b6ae3aa View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. added examples

    roverflow committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    0b77116 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0708490 View commit details
    Browse the repository at this point in the history
  3. fix lint

    roverflow committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2d9c5d3 View commit details
    Browse the repository at this point in the history
  4. added intergration test

    roverflow committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    168f800 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81e4006 View commit details
    Browse the repository at this point in the history
  6. added more tests

    roverflow committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7bb1dd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. replaced

    roverflow committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d56bf3b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. changes to tests

    roverflow committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    4004a9b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. fixed domain names

    roverflow committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    3f71091 View commit details
    Browse the repository at this point in the history
  2. added rendered

    roverflow committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    7563bb0 View commit details
    Browse the repository at this point in the history
  3. rtt

    roverflow committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    c6f17b1 View commit details
    Browse the repository at this point in the history
  4. fix lint

    roverflow committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    86fc7af View commit details
    Browse the repository at this point in the history
  5. fix docs

    roverflow committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    9af94b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2bb4fe0 View commit details
    Browse the repository at this point in the history
  7. fix intend

    roverflow committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    ab1c2be View commit details
    Browse the repository at this point in the history
  8. fix spacing

    roverflow committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b7b4ffe View commit details
    Browse the repository at this point in the history
  9. update deprecation

    roverflow committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8138425 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    433e199 View commit details
    Browse the repository at this point in the history
  11. edit runtime

    roverflow committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    4df5ca1 View commit details
    Browse the repository at this point in the history
  12. fix lint

    roverflow committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    4981d63 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    19bf56c View commit details
    Browse the repository at this point in the history