Pod/LB ARP handling multiple nic in same subnet#2853
Open
MichalFupso wants to merge 1 commit into
Open
Conversation
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview succeeded!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation for a known limitation of Calico’s local-subnet L2 ARP/NDP responder behavior when a host has multiple interfaces on the same L2 segment, and ensures the content is available in Calico Cloud navigation.
Changes:
- Documented the “multiple host interfaces on the same L2 segment” limitation in the existing Calico OSS and Calico Enterprise pages.
- Added the equivalent Calico Cloud page content.
- Registered the new Calico Cloud page in the Calico Cloud sidebar.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| sidebars-calico-cloud.js | Adds the new L2 reachability doc page to the Calico Cloud sidebar navigation. |
| calico/networking/configuring/local-subnet-l2-reachability.mdx | Adds a limitation explaining multi-interface same-L2-segment ARP/NDP behavior. |
| calico-enterprise/networking/configuring/local-subnet-l2-reachability.mdx | Adds the same multi-interface limitation for Enterprise docs. |
| calico-cloud/networking/configuring/local-subnet-l2-reachability.mdx | Introduces the Calico Cloud version of the doc, including the new limitation and full how-to content. |
|
|
||
| :::note | ||
|
|
||
| The ARP/NDP responder runs inside Felix (`calico-node`). While a node's Felix is restarting it briefly does not answer ARP or NDP. Established connections keep working because the upstream router and switches still have the node's MAC cached for those IPs, but **a new connection to an IP that is not already cached upstream may fail until Felix finishes starting** and rebuilds its responder state (typically under a minute). |
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 a limitation about multiple nic in the same subnet of one L2 segment
Copy docs to Calico Cloud
Product Version(s):
Issue:
Link to docs preview:
SME review:
DOCS review:
Additional information:
Merge checklist: