Skip to content

feat: Add BGPCommunitySet CRD#9

Closed
privateip wants to merge 1 commit into
mainfrom
feat/bgp-community-set-crd
Closed

feat: Add BGPCommunitySet CRD#9
privateip wants to merge 1 commit into
mainfrom
feat/bgp-community-set-crd

Conversation

@privateip

Copy link
Copy Markdown
Collaborator

Introduces BGPCommunitySet as a named, reusable community list referenced
by BGPPolicy terms. Supported by both FRR (ip/ipv6 community-list) and
GoBGP (DefinedTypeCommunityList).

Two types: standard (ASN:NN, IP:NN, well-known names) and large (ASN:NN:NN).
CEL validation enforces format per type: standard entries match ASN:NN,
IP:NN, or well-known names (graceful-shutdown, no-export, no-advertise,
blackhole); large entries match ASN:NN:NN.

Introduces BGPCommunitySet as a named, reusable community list referenced
by BGPPolicy terms. Supported by both FRR (ip/ipv6 community-list) and
GoBGP (DefinedTypeCommunityList).

Two types: standard (ASN:NN, IP:NN, well-known names) and large (ASN:NN:NN).
CEL validation enforces format per type: standard entries match ASN:NN,
IP:NN, or well-known names (graceful-shutdown, no-export, no-advertise,
blackhole); large entries match ASN:NN:NN.
@privateip
privateip requested a review from a team as a code owner July 19, 2026 19:57
@privateip
privateip requested a review from yahyafakhroji July 19, 2026 19:57

@ecv ecv left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we do fewer comments

@privateip privateip closed this Jul 19, 2026
@privateip
privateip deleted the feat/bgp-community-set-crd branch July 19, 2026 21:02
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.

3 participants