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

fix: wrong UDP checksum in proxied GTPv1U packets #580

Merged
merged 1 commit into from
Nov 16, 2024

Conversation

pespin
Copy link
Contributor

@pespin pespin commented Nov 14, 2024

For now mark checksum as 0 to avoid transmitting with a wrong checksum,
which would drop the packets at the receiver.

@pespin
Copy link
Contributor Author

pespin commented Nov 14, 2024

Please if possible better merge the PR without squashing the commits, so that git log diffs become clearer! :)

@pirog-spb
Copy link
Collaborator

Hi @pespin

Please if possible better merge the PR without squashing the commits, so that git log diffs become clearer! :)

Our PR management style is "one PR - one change". And that's why we prefer to squash commits.
If you don't mind in this PR we squash commits as well.

Additionally, we use conventional commits style (see https://www.conventionalcommits.org). So at least PR title should be refactored to satisfy commit style (title will be used as commit message after squash).

Nevertheless, many thanks for your PR!

--BR, Alex

For now mark checksum as 0 to avoid transmitting with a wrong checksum,
which would drop the packets at the receiver.
@pespin pespin force-pushed the pespin/pr-udp-checksum branch from d5cf5ba to 49a3d62 Compare November 15, 2024 12:44
@pespin pespin changed the title xdp: Fix wrong UDP checksum in proxied GTPv1U packets fix(xdp): Fix wrong UDP checksum in proxied GTPv1U packets Nov 15, 2024
@pirog-spb pirog-spb changed the title fix(xdp): Fix wrong UDP checksum in proxied GTPv1U packets fix(xdp): wrong UDP checksum in proxied GTPv1U packets Nov 16, 2024
@pirog-spb pirog-spb changed the title fix(xdp): wrong UDP checksum in proxied GTPv1U packets fix: wrong UDP checksum in proxied GTPv1U packets Nov 16, 2024
@pirog-spb pirog-spb merged commit 44cfbf6 into edgecomllc:main Nov 16, 2024
3 of 6 checks passed
@pespin pespin deleted the pespin/pr-udp-checksum branch November 18, 2024 11:26
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