gvisor/pkg/tcpip/stack
Tamir Duberstein 3830786883 Map IPv{4,6} addresses to ethernet addresses
...in accordance with RFCs 1112 and 2464.

Fixes IPv4 multicast when IP_MULTICAST_IF is specified.

Don't return ErrNoRoute when no route is needed.
Don't set Route.NextHop when no route is needed.

PiperOrigin-RevId: 236199813
Change-Id: I48ed33e1b7f760deaa37e18ad7f1b8b62819ab43
2019-02-28 14:38:32 -08:00
..
BUILD Remove license comments 2019-01-31 11:12:53 -08:00
linkaddrcache.go Simplify channel management 2018-10-23 08:16:13 -07:00
linkaddrcache_test.go Fix flaky TestCacheResolutionTimeout 2018-11-07 12:01:48 -08:00
nic.go Ping support via IPv4 raw sockets. 2019-02-27 14:31:21 -08:00
registration.go Ping support via IPv4 raw sockets. 2019-02-27 14:31:21 -08:00
route.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
stack.go Map IPv{4,6} addresses to ethernet addresses 2019-02-28 14:38:32 -08:00
stack_global_state.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
stack_test.go Map IPv{4,6} addresses to ethernet addresses 2019-02-28 14:38:32 -08:00
transport_demuxer.go Ping support via IPv4 raw sockets. 2019-02-27 14:31:21 -08:00
transport_test.go Ping support via IPv4 raw sockets. 2019-02-27 14:31:21 -08:00