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 static rate limit on slice traffic #324

Merged
merged 23 commits into from
Sep 20, 2021
Merged

Add static rate limit on slice traffic #324

merged 23 commits into from
Sep 20, 2021

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    a4cf31c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4574de8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be04e83 View commit details
    Browse the repository at this point in the history
  4. Add packet length adjustment parameter to QoS module

    This parameter allows adjusting the packet length value passed to the trtrc meter. It can be used to exclude certain headers or to account for encapsulation.
    pudelkoM committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    dff0a17 View commit details
    Browse the repository at this point in the history
  5. Actions: Updated with changes from CI

    Github Actions authored and pudelkoM committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    5d91fab View commit details
    Browse the repository at this point in the history
  6. Make meter packet length adjustable per entry

    This change makes the metering packet length value adjustable per flow entry, from module-wide before. This allows applying different values for uplink and downlink metering.
    pudelkoM committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    5f61944 View commit details
    Browse the repository at this point in the history
  7. Actions: Updated with changes from CI

    Github Actions authored and pudelkoM committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    4c17090 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    56223a6 View commit details
    Browse the repository at this point in the history
  9. Cleanup and minor fixes

    pudelkoM committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    f8c996d View commit details
    Browse the repository at this point in the history
  10. Adjust QoS metering example

    pudelkoM committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    afe69c6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    20815a5 View commit details
    Browse the repository at this point in the history
  12. Actions: Updated with changes from CI

    Github Actions authored and pudelkoM committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    5d397f6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    49870bc View commit details
    Browse the repository at this point in the history
  14. Add N9 meter entry

    pudelkoM committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    f7acb30 View commit details
    Browse the repository at this point in the history
  15. Actions: Updated with changes from CI

    Github Actions authored and pudelkoM committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    8dcf671 View commit details
    Browse the repository at this point in the history
  16. Import cleanup

    pudelkoM committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    efdf778 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9a7b412 View commit details
    Browse the repository at this point in the history
  18. Make deduct_len optional

    pudelkoM committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    493d96c View commit details
    Browse the repository at this point in the history
  19. Actions: Updated with changes from CI

    Github Actions authored and pudelkoM committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    4dcc6f3 View commit details
    Browse the repository at this point in the history
  20. Revert "Add N9 meter entry"

    This reverts commit f7acb30.
    N9 is not addressed in this PR, but can be added later.
    pudelkoM committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    d6b9e16 View commit details
    Browse the repository at this point in the history
  21. Actions: Updated with changes from CI

    Github Actions committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    e6effdf View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ddae822 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

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