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

disable tx checksum offload for kind:linux containers #197

Closed
hellt opened this issue Dec 15, 2020 · 0 comments · Fixed by #212
Closed

disable tx checksum offload for kind:linux containers #197

hellt opened this issue Dec 15, 2020 · 0 comments · Fixed by #212

Comments

@hellt
Copy link
Member

hellt commented Dec 15, 2020

when containerlab starts linux container, their lo and eth0 interfaces are configured with tx checksum offload
that makes it impossible to talk to SRL nodes since SRL validates the checksums of incoming packets.

Investigate if its possible to programmatically change into container namespace and configure tx off for lo and eth0 interfaces without requiring ethtool to be available in container

@hellt hellt changed the title disable tx checsum offload in linux containers disable tx checsum offload for kind:linux containers Dec 15, 2020
@hellt hellt changed the title disable tx checsum offload for kind:linux containers disable tx checksum offload for kind:linux containers Dec 15, 2020
@hellt hellt closed this as completed in #212 Jan 5, 2021
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 a pull request may close this issue.

1 participant