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

support vlan ids larger than 16-bit #4

Merged
merged 3 commits into from
Mar 19, 2024
Merged

Conversation

tsnoam
Copy link
Contributor

@tsnoam tsnoam commented Mar 19, 2024

VXLAN allows VNID of 24-bit. VNID is practically like a vlan tag and as such they should be treated the same.

VXLAN allows VNID of 24-bit. VNID is practically like a vlan tag and as such
they should be treated the same.
Copy link

codecov bot commented Mar 19, 2024

Codecov Report

Attention: Patch coverage is 96.96970% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 98.18%. Comparing base (bd69795) to head (28ae4b7).

❗ Current head 28ae4b7 differs from pull request most recent head 59a4278. Consider uploading reports for the commit 59a4278 to get more accurate results

Files Patch % Lines
src/parser.rs 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main       #4   +/-   ##
=======================================
  Coverage   98.18%   98.18%           
=======================================
  Files           8        8           
  Lines        3149     3149           
  Branches     3149     3149           
=======================================
  Hits         3092     3092           
  Misses         20       20           
  Partials       37       37           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dovreshef dovreshef merged commit 981b85f into dovreshef:main Mar 19, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants