gvisor/pkg/tcpip/stack
Ghanan Gowripalan 645b1b2e9c Refactor SLAAC address state into SLAAC prefix state
Previously, SLAAC related state was stored on a per-address basis. This was
sufficient for the simple case of a single SLAAC address per prefix, but
future CLs will introduce temporary addresses which will result in multiple
SLAAC addresses for a prefix. This refactor allows storing multiple addresses
for a prefix in a single SLAAC prefix state.

No behaviour changes - existing tests continue to pass.

PiperOrigin-RevId: 300832812
2020-03-13 14:59:19 -07:00
..
BUILD
dhcpv6configurationfromndpra_string.go Get strings for stack.DHCPv6ConfigurationFromNDPRA 2020-03-06 08:02:45 -08:00
forwarder.go The packet forwarding should resolve the link address if necessary. 2020-03-10 14:50:13 -07:00
forwarder_test.go Automated rollback of changelist 300217972 2020-03-11 06:08:56 -07:00
icmp_rate_limit.go
linkaddrcache.go
linkaddrcache_test.go New sync package. 2020-01-09 22:02:24 -08:00
ndp.go
ndp_test.go
nic.go
nic_test.go
registration.go
route.go
stack.go
stack_global_state.go
stack_test.go
transport_demuxer.go
transport_demuxer_test.go
transport_test.go