diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-03-02 20:03:00 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-03-02 20:03:00 +0000 |
commit | 2083ef0f257e37ec40d9b70cae51edd509be329d (patch) | |
tree | c3272e63a8d30f9598bd0d3122df28cf934fa392 /pkg/tcpip/stack/stack.go | |
parent | 6b785c5e3d79cb32ce49dec2aa97bec8e9725409 (diff) | |
parent | 6bc27946a6cb159ecbe049acff888d0041d4a432 (diff) |
Merge release-20210208.0-107-g6bc27946a (automated)
Diffstat (limited to 'pkg/tcpip/stack/stack.go')
-rw-r--r-- | pkg/tcpip/stack/stack.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/stack/stack.go b/pkg/tcpip/stack/stack.go index 674c9a1ff..de94ddfda 100644 --- a/pkg/tcpip/stack/stack.go +++ b/pkg/tcpip/stack/stack.go @@ -1542,7 +1542,7 @@ func (s *Stack) SetSpoofing(nicID tcpip.NICID, enable bool) tcpip.Error { // LinkResolutionResult is the result of a link address resolution attempt. type LinkResolutionResult struct { LinkAddress tcpip.LinkAddress - Success bool + Err tcpip.Error } // GetLinkAddress finds the link address corresponding to a network address. |