pkg/policy: Support more tunnel protocols as extended protocols#44459
Merged
julianwiedmann merged 1 commit intocilium:mainfrom Mar 16, 2026
Merged
Conversation
aanm
approved these changes
Feb 23, 2026
Member
|
/test |
qmonnet
approved these changes
Feb 23, 2026
Member
qmonnet
left a comment
There was a problem hiding this comment.
I just looked at the doc changes, this looks OK, thank you!
rastislavs
approved these changes
Feb 24, 2026
jrajahalme
approved these changes
Feb 24, 2026
fristonio
approved these changes
Feb 24, 2026
Member
|
@simplysoft Seems like there are some go lint failures. Can you take a look? |
a6daccf to
c11e80e
Compare
nebril
approved these changes
Feb 25, 2026
ldelossa
approved these changes
Feb 26, 2026
Member
|
/test |
Contributor
|
@simplysoft Looks like some tests are failing. Can you take a peek? |
Add support to other extended protocols IPIP, IPV6, GRE, ESP and AH. Based on cilium#39872 Signed-off-by: simplysoft <1588210+simplysoft@users.noreply.github.com>
auto-merge was automatically disabled
March 11, 2026 19:57
Head branch was pushed to by a user without write access
c11e80e to
f9cc4cb
Compare
Contributor
Author
|
I've rebased in hope that tests might pass, on a first look couldn't really find out if those errors are related to this change or just flaky CI |
Member
|
/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.
Add support to other extended protocols IPIP, IPV6, GRE, ESP and AH.
Host firewall currently breaks ipsec for us as well as the tunnels we are using. Only workaround is to disable host-firewall alltogether. This PR bases on #39872 by extended the list of protocols.
This also fixes #44386