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

[202211][caclmgrd]Allow Vxlan udp port on receiving vxlan tunnel configuration #54

Closed
wants to merge 5 commits into from

Conversation

dgsudharsan
Copy link
Contributor

Manual cherry-pick of #50
Currently VxLAN packets are dropped due to absence of rule in iptables. When there is L3 traffic on egress VTEP with no ARP entry, due to the absence of processing by kernel, the traffic gets dropped.
Instead the VxLAN packets should be processed and ARP request needs to be resolved by the kernel.

Made changes to allow VxLAN udp port when VxLAN tunnel is configured.

Note: This change doesn't consider the VxLAN_PORT configuration in the switch table. This use case is for the VNET and for EVPN the default value of 4789 is used.

@keboliu keboliu requested a review from StormLiangMS April 12, 2023 03:08
@dgsudharsan
Copy link
Contributor Author

Build failure due to #24 not present in 202211. @StormLiangMS Can you please cherry-pick?

@StormLiangMS
Copy link

@dgsudharsan I cherry-picked successfully with #50, previous conflict should be caused by some un cherry-picked PR, I think you may close this PR.

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