-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
net: icmp4: Zephyr strips record route and time stamp options #14668
Comments
didn't you say that linux was dropping the options, when I fixed the ipv4 options parsing? |
oh btw, we don't support ANY ipv4 options. So it's not a bug, we just don't support any ipv4 options, period. If we want to support it, that's an enhancement |
Please add reference, to where I said that |
This is more like an enhancement than feature. |
pcap of this issue: Linux DUT test PASS Zephyr DUT PR #19470 test FAIL FAIL reason is: |
Timestamp and RecordRoute options are supported in only ICMPv4 EchoRequest call as per RFC 1122 3.2.2.6. Fixes zephyrproject-rtos#14668 Signed-off-by: Ravi kumar Veeramally <[email protected]>
Timestamp and RecordRoute options are supported in only ICMPv4 EchoRequest call as per RFC 1122 3.2.2.6. Fixes #14668 Signed-off-by: Ravi kumar Veeramally <[email protected]>
If echo server receives ICMPv4 echo request with IPv4 options Record Route and Time Stamp it does not include them in echo response. According to RFC 1122 3.2.2.6 these options must be updated and included in the echo response.
ipv4-timestamp-recordroute.pcap.gz
The text was updated successfully, but these errors were encountered: