summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/nic.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2019-11-12 22:14:04 +0000
committergVisor bot <gvisor-bot@google.com>2019-11-12 22:14:04 +0000
commit6b9a246eafcc7780455f334d9f005be00117a285 (patch)
tree267775170a787481a3deec2791a825b87f0d4b9e /pkg/tcpip/stack/nic.go
parent9644444fd012c2f61a4b6bafc96d80136ab0bb3f (diff)
parent5398530e45634b6f5ea4344d1a34b41cc8123457 (diff)
Merge release-20190806.1-397-g5398530 (automated)
Diffstat (limited to 'pkg/tcpip/stack/nic.go')
-rw-r--r--pkg/tcpip/stack/nic.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/tcpip/stack/nic.go b/pkg/tcpip/stack/nic.go
index 28a28ae6e..9ed9e1e7c 100644
--- a/pkg/tcpip/stack/nic.go
+++ b/pkg/tcpip/stack/nic.go
@@ -118,6 +118,7 @@ func newNIC(stack *Stack, id tcpip.NICID, name string, ep LinkEndpoint, loopback
configs: stack.ndpConfigs,
dad: make(map[tcpip.Address]dadState),
defaultRouters: make(map[tcpip.Address]defaultRouterState),
+ onLinkPrefixes: make(map[tcpip.Subnet]onLinkPrefixState),
},
}
nic.ndp.nic = nic