gvisor/pkg/tcpip/header
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
arp.go
checksum.go Update ChecksumVVWithoffset to use unrolled version. 2020-01-27 13:05:26 -08:00
checksum_test.go Replace calculateChecksum w/ the unrolled version. 2020-01-27 05:34:34 -08:00
eth.go Extract multicast IP to Ethernet address mapping 2020-01-31 13:25:48 -08:00
eth_test.go Extract multicast IP to Ethernet address mapping 2020-01-31 13:25:48 -08:00
gue.go
icmpv4.go
icmpv6.go Include the NDP Source Link Layer option when sending DAD messages 2020-01-28 13:52:04 -08:00
interfaces.go
ipv4.go
ipv6.go Solicit IPv6 routers when a NIC becomes enabled as a host 2020-01-15 17:10:48 -08:00
ipv6_fragment.go
ipv6_test.go Use multicast Ethernet address for multicast NDP 2020-01-31 13:55:46 -08:00
ipversion_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
ndp_neighbor_advert.go
ndp_neighbor_solicit.go
ndp_options.go Include the NDP Source Link Layer option when sending DAD messages 2020-01-28 13:52:04 -08:00
ndp_router_advert.go
ndp_router_solicit.go Solicit IPv6 routers when a NIC becomes enabled as a host 2020-01-15 17:10:48 -08:00
ndp_test.go Add a type to represent the NDP Source Link Layer Address option 2020-01-27 20:51:28 -08:00
tcp.go
tcp_test.go
udp.go