gvisor/pkg/tcpip/stack
Ghanan Gowripalan 77bf586db7 Use multicast Ethernet address for multicast NDP
As per RFC 2464 section 7, an IPv6 packet with a multicast destination
address is transmitted to the mapped Ethernet multicast address.

Test:
- ipv6.TestLinkResolution
- stack_test.TestDADResolve
- stack_test.TestRouterSolicitation
PiperOrigin-RevId: 292610529
2020-01-31 13:55:46 -08:00
..
BUILD Standardize on tools directory. 2020-01-27 12:21:00 -08:00
icmp_rate_limit.go Simplify ICMPRateLimiter 2019-09-24 09:50:51 -07:00
linkaddrcache.go New sync package. 2020-01-09 22:02:24 -08:00
linkaddrcache_test.go New sync package. 2020-01-09 22:02:24 -08:00
ndp.go Use multicast Ethernet address for multicast NDP 2020-01-31 13:55:46 -08:00
ndp_test.go Use multicast Ethernet address for multicast NDP 2020-01-31 13:55:46 -08:00
nic.go Lock the NIC when checking if an address is tentative 2020-01-24 13:10:08 -08:00
registration.go Merge branch 'master' into iptables-write-input-drop 2020-01-13 12:22:15 -08:00
route.go Use multicast Ethernet address for multicast NDP 2020-01-31 13:55:46 -08:00
stack.go Merge pull request #1558 from kevinGC:iptables-write-input-drop 2020-01-21 12:08:52 -08:00
stack_global_state.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
stack_test.go Refactor to hide C from channel.Endpoint. 2020-01-27 12:31:47 -08:00
transport_demuxer.go Changes TCP packet dispatch to use a pool of goroutines. 2020-01-14 14:15:50 -08:00
transport_demuxer_test.go Change BindToDeviceOption to store NICID 2020-01-09 13:07:53 -08:00
transport_test.go Refactor to hide C from channel.Endpoint. 2020-01-27 12:31:47 -08:00