Skip to content

Conversation

@mazdakn
Copy link
Member

@mazdakn mazdakn commented Oct 29, 2025

Description

Allow BGP to be disabled with IPIP and noencap IPPools since Felix is not capable of programming those routes.

Release Note

TBD

For PR author

  • Tests for change.
  • If changing pkg/apis/, run make gen-files
  • If changing versions, run make gen-versions

For PR reviewers

A note for code reviewers - all pull requests must have the following:

  • Milestone set according to targeted release.
  • Appropriate labels:
    • kind/bug if this is a bugfix.
    • kind/enhancement if this is a a new feature.
    • enterprise if this PR applies to Calico Enterprise only.

// Previously, IPIP encapsulation were only possible with BGP enabled,
// however, Felix can do the same thing now which means IPIP with BGP disabled
// is supported.
It("should allow IPIP if BGP is disabled", func() {
Copy link
Member Author

Choose a reason for hiding this comment

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

We can also remove these two tests, but given UTs are cheap, it might be good to keep them to not regress.

@mazdakn mazdakn changed the title [WIP] Allow installation with IPIP/noencap and BGP Disabled Allow installation with IPIP/noencap and BGP Disabled Oct 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants