gvisor/pkg/tcpip/stack
Chris Kuiper e491ebbacf Allow sending of multicast and IPv6 link-local packets w/o route.
Same as with broadcast packets, sending of a multicast packet shouldn't require
accessing the route table. The same applies to IPv6 link-local addresses, which
aren't routable at all (they don't belong to any subnet by definition).

PiperOrigin-RevId: 225775870
Change-Id: Ic53e6560c125a83be2be9c3d112e66b36e8dfe7b
2018-12-16 23:05:59 -08:00
..
BUILD Allow sending of broadcast packets w/o route. 2018-12-06 11:48:12 -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 Remove incorrect code and improve testing of Stack.GetMainNICAddress 2018-12-04 19:09:11 -08:00
registration.go Rename incorrectly named (dst, src) arguments in DeliverNetworkPacket prototype 2018-11-14 14:46:24 -08:00
route.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
stack.go Allow sending of multicast and IPv6 link-local packets w/o route. 2018-12-16 23:05:59 -08:00
stack_global_state.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
stack_test.go Allow sending of multicast and IPv6 link-local packets w/o route. 2018-12-16 23:05:59 -08:00
transport_demuxer.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
transport_test.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00