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

VLAN reservation #120

Merged
merged 95 commits into from
Jun 29, 2023
Merged

VLAN reservation #120

merged 95 commits into from
Jun 29, 2023

Commits on Mar 23, 2023

  1. vlan reservation #101

    YufengXin committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    abcab85 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    273e218 View commit details
    Browse the repository at this point in the history
  2. Reformat

    sajith committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    c6ef81a View commit details
    Browse the repository at this point in the history
  3. Update a docstring

    sajith committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    4f806b2 View commit details
    Browse the repository at this point in the history
  4. Add log and error check

    sajith committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    23c430a View commit details
    Browse the repository at this point in the history
  5. Update a docstring

    sajith committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    bd9b054 View commit details
    Browse the repository at this point in the history
  6. Update docstring

    sajith committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    005d6a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Add a placeholder test

    sajith committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    21ac3e2 View commit details
    Browse the repository at this point in the history
  2. Correct method calls

    sajith committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    1ec7849 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78fcbaf View commit details
    Browse the repository at this point in the history
  4. Add error check and logging

    sajith committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    2847ad1 View commit details
    Browse the repository at this point in the history
  5. Format a comment

    sajith committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    11f7c62 View commit details
    Browse the repository at this point in the history
  6. Add a test

    sajith committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    7f3af7b View commit details
    Browse the repository at this point in the history
  7. Iterate correctly

    sajith committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    91a0bd7 View commit details
    Browse the repository at this point in the history
  8. Use the correct method name

    sajith committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    ffadc8d View commit details
    Browse the repository at this point in the history
  9. Add a topology lock

    sajith committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b3b7ff7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9261029 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e7a5b9a View commit details
    Browse the repository at this point in the history
  12. Shorten code

    sajith committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    3a1c7ad View commit details
    Browse the repository at this point in the history
  13. Add type signature

    sajith committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    2f37a7e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    661416a View commit details
    Browse the repository at this point in the history
  15. Add TODO items

    sajith committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    da406b4 View commit details
    Browse the repository at this point in the history
  16. Let the test fail

    sajith committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    16fb247 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    d1761f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01ceb36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2df264c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a62dd9f View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    e8c5d8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    143ee7b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    f5669af View commit details
    Browse the repository at this point in the history
  2. Return a fake tagged breakdown

    sajith committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    629890f View commit details
    Browse the repository at this point in the history
  3. Add more assertions

    sajith committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    4fcac46 View commit details
    Browse the repository at this point in the history
  4. Log domain breakdown

    sajith committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    058a5b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7548c3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4dc0ffe View commit details
    Browse the repository at this point in the history
  7. Remove debug print

    sajith committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    ff21ad9 View commit details
    Browse the repository at this point in the history
  8. Remove unused

    sajith committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    470fd9d View commit details
    Browse the repository at this point in the history
  9. Remove unused debug prints

    sajith committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    cdfa39c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    25c6946 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Attempt to find a VLAN tag

    sajith committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    5c49acf View commit details
    Browse the repository at this point in the history
  2. Force success for now

    sajith committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    0fae77f View commit details
    Browse the repository at this point in the history
  3. Use the computed VLAN tags

    sajith committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    2af27b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7df6d3 View commit details
    Browse the repository at this point in the history
  5. Skip when label range is None

    sajith committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    1f3e270 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    978fd8d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8614d78 View commit details
    Browse the repository at this point in the history
  8. Comment out unused code

    sajith committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    3525845 View commit details
    Browse the repository at this point in the history
  9. Remove unused code

    sajith committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    d2976e5 View commit details
    Browse the repository at this point in the history
  10. Remove log statement

    sajith committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    30d7535 View commit details
    Browse the repository at this point in the history
  11. Remove unused code

    sajith committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    79b5bf4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e326ce2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8c081b8 View commit details
    Browse the repository at this point in the history
  14. Mark reserved tag as in-use

    sajith committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    022693b View commit details
    Browse the repository at this point in the history
  15. Disable debug print

    sajith committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    e089384 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    645d51e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ca69583 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0bfc182 View commit details
    Browse the repository at this point in the history
  19. Update test assertions

    sajith committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    3092658 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Run isort

    sajith committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    cfe6b11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0feff50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cc8eb2 View commit details
    Browse the repository at this point in the history
  4. Use appropriate comment syntax

    sajith committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    b0fefb6 View commit details
    Browse the repository at this point in the history
  5. Expand all labels

    sajith committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    74beccc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cec5821 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3106772 View commit details
    Browse the repository at this point in the history
  8. Rename "interface_id" to "port_id"

    Nothing by "interface" is known to a topology.
    sajith committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    5ced9d1 View commit details
    Browse the repository at this point in the history
  9. Use shorter names

    sajith committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    7b7405e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5e57d53 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    207f129 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    a1a034e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    907f2cc View commit details
    Browse the repository at this point in the history
  3. Update TODO item

    sajith committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    89cc724 View commit details
    Browse the repository at this point in the history
  4. Comment out unused code

    sajith committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    92a28e6 View commit details
    Browse the repository at this point in the history
  5. Form segment name

    sajith committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a4af7c6 View commit details
    Browse the repository at this point in the history
  6. Remove TODO

    sajith committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    078065b View commit details
    Browse the repository at this point in the history
  7. Rename models for clarity

    sajith committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    3f5ecbd View commit details
    Browse the repository at this point in the history
  8. Return the right type

    sajith committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    9c0a364 View commit details
    Browse the repository at this point in the history
  9. Shorten long lines

    sajith committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    70ac586 View commit details
    Browse the repository at this point in the history
  10. Mark private APIs as such

    sajith committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    b17e1e8 View commit details
    Browse the repository at this point in the history
  11. Mark private methods as such

    sajith committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    34e40fa View commit details
    Browse the repository at this point in the history
  12. Return VLAN tagged breakdown

    sajith committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    87f5970 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4fc53bc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    108237b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c5ccacc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6945618 View commit details
    Browse the repository at this point in the history
  17. Update assertions

    sajith committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    dc83d9d View commit details
    Browse the repository at this point in the history
  18. Read test data in fewer lines

    sajith committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    3b07c61 View commit details
    Browse the repository at this point in the history
  19. Assert better

    sajith committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    928d4b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

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

Commits on Jun 26, 2023

  1. Indicate that lock is private

    sajith committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    b99a374 View commit details
    Browse the repository at this point in the history
  2. Reformat

    sajith committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    1e19555 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Assign issues to TODO items

    sajith committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    ac71257 View commit details
    Browse the repository at this point in the history
  2. Remove stale TODO comments

    sajith committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    eb5f0ba View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Reformat

    sajith committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    dc9842f View commit details
    Browse the repository at this point in the history