Skip to content

Implement EVPN Fabric VTEP NVE reconciliation - #454

Open
felix-kaestner wants to merge 1 commit into
fabric-bumfrom
fabric-vtep
Open

Implement EVPN Fabric VTEP NVE reconciliation#454
felix-kaestner wants to merge 1 commit into
fabric-bumfrom
fabric-vtep

Conversation

@felix-kaestner

Copy link
Copy Markdown
Contributor

Add a reconcileVTEPNVE phase that creates one
NetworkVirtualizationEdge resource per VTEP device.

NVE is configured with BGP host reachability, ARP suppression, lo1 as source interface, lo2 as anycast source, and the shared anycast gateway virtual MAC from the fabric spec.

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown

Merging this branch will increase overall coverage

Impacted Packages Coverage Δ 🤖
github.com/ironcore-dev/network-operator/internal/controller/evpn 83.17% (+83.17%) 🌟

Coverage by file

Changed files (no unit tests)

Changed File Coverage Δ Total Covered Missed 🤖
github.com/ironcore-dev/network-operator/internal/controller/evpn/fabric_controller.go 83.17% (+83.17%) 606 (+544) 504 (+504) 102 (+40) 🌟

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

  • github.com/ironcore-dev/network-operator/internal/controller/evpn/fabric_controller_test.go

Add a reconcileVTEPNVE phase that creates one
NetworkVirtualizationEdge resource per VTEP device.

NVE is configured with BGP host reachability, ARP suppression,
lo1 as source interface, lo2 as anycast source, and the shared
anycast gateway virtual MAC from the fabric spec.

Signed-off-by: Felix Kästner <felix.kaestner@sap.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant