gvisor/pkg/tcpip/buffer
Julian Elischer 798cc6b04d Fix IPv4 ICMP echo handler to copy options
The IPv4 RFCs are specific (though obtuse) that an echo response
packet needs to contain all the options from the echo request,
much as if it been routed back to the sender, though apparently
with a new TTL. They suggest copying the incoming packet header
to achieve this so that is what this patch does.

PiperOrigin-RevId: 335559176
2020-10-05 20:43:55 -07:00
..
BUILD Merge pull request #3651 from ianlewis:ip-forwarding 2020-09-20 18:17:20 -07:00
prependable.go
view.go Fix IPv4 ICMP echo handler to copy options 2020-10-05 20:43:55 -07:00
view_test.go