Skip to content
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

Use skip-subnets setting for outbound network traffic #336

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

viktortuska-seon
Copy link

@viktortuska-seon viktortuska-seon commented Feb 8, 2024

linkerd/linkerd2#10726

config.linkerd.io/skip-subnets is only skipping inbound traffic for the subnet, The documentation does not mention inbound only.

This change adds the skip subnet cidr blocks to the Outgoing Traffic Rules as well.

After this change the PROXY_INIT_OUTPUT iptables table contains the necessary rules.

linkerd/linkerd2#10726

config.linkerd.io/skip-subnets is only skipping inbound traffic for the subnet,
The documentation does not mention inbound only.

This change adds the skip subnet cidr blocks to the Outgoing Traffic Rules.

After this change the PROXY_INIT_OUTPUT iptables table contains the necessary rules.

Signed-off-by: Viktor Tuska <[email protected]>
@viktortuska-seon viktortuska-seon requested a review from a team as a code owner February 8, 2024 15:32
Signed-off-by: Viktor Tuska <[email protected]>
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.

2 participants