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

[IOS][get_vlans()] Parse VLAN IDs when private VLANs are implemented #1994

Draft
wants to merge 47 commits into
base: develop
Choose a base branch
from

Commits on Aug 24, 2023

  1. Parse Private VLANs

    vvas1lev committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    a395045 View commit details
    Browse the repository at this point in the history
  2. add tests

    vvas1lev committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    8525937 View commit details
    Browse the repository at this point in the history
  3. Update mock data

    vvas1lev committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    590e3ce View commit details
    Browse the repository at this point in the history
  4. run black

    vvas1lev committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    bff8d13 View commit details
    Browse the repository at this point in the history
  5. fix typo

    vvas1lev committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    35817fe View commit details
    Browse the repository at this point in the history
  6. fix more typos

    vvas1lev committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c747d1c View commit details
    Browse the repository at this point in the history
  7. s/name/'name'/

    vvas1lev committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    90a7b96 View commit details
    Browse the repository at this point in the history
  8. fix json encoding

    vvas1lev committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d51968c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. refactor VLAN match logic

    vvas1lev committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6e54189 View commit details
    Browse the repository at this point in the history
  2. fix tests

    vvas1lev committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9980dc6 View commit details
    Browse the repository at this point in the history
  3. fixing a typo

    vvas1lev committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    399670f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Preserve private VLAN names

    vvas1lev committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0ee9432 View commit details
    Browse the repository at this point in the history
  2. fix a typo

    vvas1lev committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    a0f8f56 View commit details
    Browse the repository at this point in the history
  3. fix ident

    vvas1lev committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    42454d2 View commit details
    Browse the repository at this point in the history
  4. fix typo

    vvas1lev committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7094e96 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    ae45820 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    a8f97f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    9a30c62 View commit details
    Browse the repository at this point in the history
  2. black

    vvas1lev committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    808eca9 View commit details
    Browse the repository at this point in the history
  3. rebase

    vvas1lev committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    ca3acb0 View commit details
    Browse the repository at this point in the history
  4. empty commit / re-run tests

    vvas1lev committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    f1054af View commit details
    Browse the repository at this point in the history
  5. black 24.3.0

    vvas1lev committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    07c6ae4 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    d41df1d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    09d96ab View commit details
    Browse the repository at this point in the history
  2. remove ws

    vvas1lev committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    4e373e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a42429 View commit details
    Browse the repository at this point in the history
  4. fix typo

    vvas1lev committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    f33e1cf View commit details
    Browse the repository at this point in the history
  5. update unittest

    vvas1lev committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    870434d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3df3890 View commit details
    Browse the repository at this point in the history
  7. update mocked data

    vvas1lev committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    cf4c517 View commit details
    Browse the repository at this point in the history
  8. update mocked data

    vvas1lev committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    1fa6d76 View commit details
    Browse the repository at this point in the history
  9. update tests

    vvas1lev committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    f45c248 View commit details
    Browse the repository at this point in the history
  10. update tests

    vvas1lev committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    c3597ca View commit details
    Browse the repository at this point in the history
  11. update tests

    vvas1lev committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    d1f7e1e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. add new mock data

    vvas1lev committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5053858 View commit details
    Browse the repository at this point in the history
  2. rename mock file

    vvas1lev committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e1598b4 View commit details
    Browse the repository at this point in the history
  3. fix logic

    vvas1lev committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    25dad20 View commit details
    Browse the repository at this point in the history
  4. fixes

    vvas1lev committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    20e94b1 View commit details
    Browse the repository at this point in the history
  5. fixes

    vvas1lev committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    cb52b09 View commit details
    Browse the repository at this point in the history
  6. black

    vvas1lev committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    923035d View commit details
    Browse the repository at this point in the history
  7. fixes

    vvas1lev committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9b4023d View commit details
    Browse the repository at this point in the history
  8. add mock data

    vvas1lev committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3740b64 View commit details
    Browse the repository at this point in the history
  9. fixes

    vvas1lev committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f546560 View commit details
    Browse the repository at this point in the history
  10. fixes

    vvas1lev committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    423e623 View commit details
    Browse the repository at this point in the history
  11. black

    vvas1lev committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    34e90aa View commit details
    Browse the repository at this point in the history
  12. fixes

    vvas1lev committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a850cd5 View commit details
    Browse the repository at this point in the history
  13. fixes

    vvas1lev committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7680d42 View commit details
    Browse the repository at this point in the history