-
Hi team, We have some problems with our lab, when we try to do a gnmic get from a docker container outside of containerlab, we had the classic error:
To debug we did a tcpdump, result:
So we followed https://containerlab.dev/cmd/tools/disable-tx-offload/#disable-tx-offload-command to disable tx offload. but same problem. for information, we had this problem before and we fix it by doing:
But since a little time, this doesn't work. Thank you in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
I don't remember how the tx offload propagates, the safest way would be to change your CI scripts to call the offload command for gnmic containers you spawn.
Maybe you can experiment and use this command on
docker0
bridge andclab
bridges to see if that can be done instead of changing the offload on the container interface.And if you upgrade srlinux to 22.11 then you don't need to tune offload at all, as it has been done in the srlinux app itself