gvisor/pkg/tcpip/network/ipv6
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 Rename ping endpoints to icmp endpoints. 2019-02-22 13:34:47 -08:00
icmp.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
icmp_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
ipv6.go Adjust route when looping multicast packets 2019-06-05 16:08:29 -07:00