gvisor/pkg/tcpip/network/ipv4
Chris Kuiper d18bb4f38a Adjust route when looping multicast packets
Multicast packets are special in that their destination address does not
identify a specific interface. When sending out such a packet the multicast
address is the remote address, but for incoming packets it is the local
address. Hence, when looping a multicast packet, the route needs to be
tweaked to reflect this.

PiperOrigin-RevId: 251739298
2019-06-05 16:08:29 -07:00
..
BUILD Support IPv4 fragmentation in netstack 2019-05-03 13:30:35 -07:00
icmp.go Fix raw socket behavior and tests. 2019-05-05 16:07:25 -07:00
ipv4.go Adjust route when looping multicast packets 2019-06-05 16:08:29 -07:00
ipv4_test.go Check GSO for nil in WritePacket 2019-05-07 14:57:03 -07:00