diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-01-20 01:12:32 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-01-20 01:12:32 +0000 |
commit | 49541ed7a08d77c428d918665c8643b23099facf (patch) | |
tree | d5ca0932299b923cabb611429d2f06577304410d /pkg/tcpip/stack/registration.go | |
parent | e6b0beddc84f0c2b71cafef208b1618c80fa0a40 (diff) | |
parent | 7ff5ceaeae66303ed6a2199963c00cb08b2fe7ca (diff) |
Merge release-20210112.0-47-g7ff5ceaea (automated)
Diffstat (limited to 'pkg/tcpip/stack/registration.go')
-rw-r--r-- | pkg/tcpip/stack/registration.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/stack/registration.go b/pkg/tcpip/stack/registration.go index 34c122728..33df192aa 100644 --- a/pkg/tcpip/stack/registration.go +++ b/pkg/tcpip/stack/registration.go @@ -850,7 +850,7 @@ type LinkAddressResolver interface { // A LinkAddressCache caches link addresses. type LinkAddressCache interface { // AddLinkAddress adds a link address to the cache. - AddLinkAddress(nicID tcpip.NICID, addr tcpip.Address, linkAddr tcpip.LinkAddress) + AddLinkAddress(addr tcpip.Address, linkAddr tcpip.LinkAddress) } // RawFactory produces endpoints for writing various types of raw packets. |