-
Notifications
You must be signed in to change notification settings - Fork 648
Set DECAP_TTL_MODE to PIPE_MODEL for VxLAN tunnels
#3963
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
base: master
Are you sure you want to change the base?
Set DECAP_TTL_MODE to PIPE_MODEL for VxLAN tunnels
#3963
Conversation
Signed-off-by: Mahdi Ramezani <[email protected]>
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds decapsulation TTL mode configuration to VXLAN tunnel creation, setting it to pipe model to ensure consistent TTL handling for incoming tunneled traffic.
- Sets
SAI_TUNNEL_ATTR_DECAP_TTL_MODEtoSAI_TUNNEL_TTL_MODE_PIPE_MODELfor all VXLAN tunnels
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Mahdi Ramezani <[email protected]>
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@mramezani95 , can you update the following for this PR
|
What I did
Explicitly set the
DECAP_TTL_MODEtoPIPE_MODELfor VxLAN tunnels.Why I did it
For decap scenario, default expectation to keep the inner ttl.
How I verified it
Tested on platforms to validate TTL pipe mode
Details if related
N/A