bpf, datapath: move CIDR identity range to runtime config#44223
Merged
julianwiedmann merged 1 commit intomainfrom Feb 16, 2026
Merged
bpf, datapath: move CIDR identity range to runtime config#44223julianwiedmann merged 1 commit intomainfrom
julianwiedmann merged 1 commit intomainfrom
Conversation
33 tasks
2582f92 to
b682092
Compare
Contributor
Author
|
/test |
viktor-kurchenko
commented
Feb 6, 2026
dylandreimerink
approved these changes
Feb 6, 2026
Member
dylandreimerink
left a comment
There was a problem hiding this comment.
Changes look good to me.
b682092 to
b1dd3cc
Compare
bb8548a to
4861858
Compare
Contributor
Author
|
/test |
Member
|
(removed request for review; there's no contributing-owned files) |
christarazi
approved these changes
Feb 13, 2026
This change moves the CIDR identity range macros in bpf/lib/identity.h and stops emitting CIDR_IDENTITY_RANGE_* defines from the datapath header writer. Signed-off-by: viktor-kurchenko <viktor.kurchenko@isovalent.com>
4861858 to
c788013
Compare
Contributor
Author
|
/test |
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
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.
This commit replaces CIDR identity range macros with CONFIG values so BPF programs and tests consume cidr_identity_range_start/end at runtime.
The Go datapath now populates these fields across host, endpoint, overlay, WireGuard, XDP, and socket LB configs.