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

[VPP-596] VXLAN tunnel source port out of recommended range #1943

Open
vvalderrv opened this issue Jan 31, 2025 · 0 comments
Open

[VPP-596] VXLAN tunnel source port out of recommended range #1943

vvalderrv opened this issue Jan 31, 2025 · 0 comments

Comments

@vvalderrv
Copy link
Contributor

Description

Inner ethernet frame is send out of VXLAN interface. The outer UDP header has destination port set to 4789 and source port 3440. The recommended port range in https://tools.ietf.org/html/rfc7348#section-5 is 49152-65535

pkt = (Ether(src="02:00:00:00:00:01", dst="02:00:00:00:00:02") /

           IP(src='192.168.2.1', dst='192.168.1.1') /

           UDP(sport=15, dport=15, chksum=0))

VXLAN tunnel: source 172.16.1.1, destination 172.16.1.2, vni 2

Assignee

Unassigned

Reporter

Matej Klotton

Comments

No comments.

Original issue: https://jira.fd.io/browse/VPP-596

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

No branches or pull requests

1 participant