-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable forwarding on the submariner interfaces #2651
Merged
Merged
Conversation
This file contains 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
sridhargaddam
requested review from
Oats87,
skitt and
tpantelis
as code owners
August 17, 2023 16:48
🤖 Created branch: z_pr2651/sridhargaddam/enable-forwarding |
On some platforms, global forwarding on the nodes can be disabled for security reasons. In order for Submariner functionality to work in such environments, forwarding should be explicitly enabled on any new interfaces created and owned by Submariner. Signed-off-by: Sridhar Gaddam <[email protected]>
sridhargaddam
force-pushed
the
enable-forwarding
branch
from
August 17, 2023 16:49
0efe67b
to
c0b9bef
Compare
aswinsuryan
approved these changes
Aug 17, 2023
nyechiel
added
datapath
Datapath related issues or enhancements
priority:high
ready-to-test
When a PR is ready for full E2E testing
labels
Aug 17, 2023
skitt
approved these changes
Aug 21, 2023
🤖 Closed branches: [z_pr2651/sridhargaddam/enable-forwarding] |
sridhargaddam
added
backport-handled
backport
This change requires a backport to eligible release branches
labels
Aug 22, 2023
sridhargaddam
added a commit
to sridhargaddam/submariner-website
that referenced
this pull request
Aug 22, 2023
Related to: submariner-io/submariner#2651 Signed-off-by: Sridhar Gaddam <[email protected]>
sridhargaddam
added
release-note-needed
Should be mentioned in the release notes
release-note-handled
labels
Aug 22, 2023
sridhargaddam
added a commit
to sridhargaddam/submariner-website
that referenced
this pull request
Aug 22, 2023
Related to: submariner-io/submariner#2651 Signed-off-by: Sridhar Gaddam <[email protected]>
sridhargaddam
added a commit
to submariner-io/submariner-website
that referenced
this pull request
Aug 22, 2023
Related to: submariner-io/submariner#2651 Signed-off-by: Sridhar Gaddam <[email protected]>
dfarrell07
pushed a commit
to dfarrell07/submariner-website
that referenced
this pull request
Oct 18, 2023
Related to: submariner-io/submariner#2651 Signed-off-by: Sridhar Gaddam <[email protected]>
dfarrell07
pushed a commit
to dfarrell07/submariner-website
that referenced
this pull request
Oct 18, 2023
Related to: submariner-io/submariner#2651 Signed-off-by: Sridhar Gaddam <[email protected]>
dfarrell07
pushed a commit
to dfarrell07/submariner-website
that referenced
this pull request
Oct 19, 2023
Related to: submariner-io/submariner#2651 Signed-off-by: Sridhar Gaddam <[email protected]>
tpantelis
pushed a commit
to submariner-io/submariner-website
that referenced
this pull request
Oct 22, 2023
Related to: submariner-io/submariner#2651 Signed-off-by: Sridhar Gaddam <[email protected]>
tpantelis
pushed a commit
to tpantelis/submariner-website
that referenced
this pull request
Nov 7, 2023
Related to: submariner-io/submariner#2651 Signed-off-by: Sridhar Gaddam <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport
This change requires a backport to eligible release branches
backport-handled
datapath
Datapath related issues or enhancements
priority:high
ready-to-test
When a PR is ready for full E2E testing
release-note-handled
release-note-needed
Should be mentioned in the release notes
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.
On some platforms, global forwarding on the nodes can be disabled for security reasons. In order for Submariner functionality to work in such environments, forwarding should be explicitly enabled on any new interfaces created and owned by Submariner.