diff --git a/pkg/tcpip/stack/route.go b/pkg/tcpip/stack/route.go index 4d4c01898..8d77ab078 100644 --- a/pkg/tcpip/stack/route.go +++ b/pkg/tcpip/stack/route.go @@ -53,6 +53,7 @@ type Route struct { // neighborEntry is the cached result of fetching a neighbor entry from the // neighbor cache. + // +checklocks:mu neighborEntry *neighborEntry }