-
Notifications
You must be signed in to change notification settings - Fork 1
Network Virtualization Endpoints (NVEs) #123
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
Open
nikatza
wants to merge
3
commits into
main
Choose a base branch
from
feat/vteps
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
07c2478 to
bf5de61
Compare
2e07dbb to
bc6d0ad
Compare
f8a67b7 to
5a01c3d
Compare
9fbf0a8 to
0ffe93f
Compare
185dab7 to
4f5e408
Compare
d915b61 to
28c7872
Compare
Merging this branch changes the coverage (1 decrease, 4 increase)
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. Changed unit test files
|
Remove dependency replacement introduced to address CVE-2025-22868.
* Adds support for NVEs. The core type `NVE` requires at least two loopback interfaces on the same device, and an optional field for Multicastgroup. * Includes a Cisco NXOS specfic settings in `cisco.nx.v1alpha1.NVEConfig` * The `NVEConfig` also modifies system and fabric forwarding settings.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implements NVE(more specifically VTEP) API core type, and an extension for Cisco NX.