summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-01-19 20:27:01 +0000
committergVisor bot <gvisor-bot@google.com>2021-01-19 20:27:01 +0000
commita0340632a1440c8864527cd6a09aa14a272ec8d3 (patch)
tree37c6f5232b621230749cfb293d6ad4719d60424d /pkg/tcpip/stack
parent1578e225d816fa47899c4e43d29ee87e018a0dc9 (diff)
parenta2ec1932c9b76d80d3af93aa74acf945829cd582 (diff)
Merge release-20210112.0-43-ga2ec1932c (automated)
Diffstat (limited to 'pkg/tcpip/stack')
-rw-r--r--pkg/tcpip/stack/registration.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/tcpip/stack/registration.go b/pkg/tcpip/stack/registration.go
index 68c113b6a..a73bc7007 100644
--- a/pkg/tcpip/stack/registration.go
+++ b/pkg/tcpip/stack/registration.go
@@ -829,10 +829,6 @@ type LinkAddressResolver interface {
// A LinkAddressCache caches link addresses.
type LinkAddressCache interface {
- // CheckLocalAddress determines if the given local address exists, and if it
- // does not exist.
- CheckLocalAddress(nicID tcpip.NICID, protocol tcpip.NetworkProtocolNumber, addr tcpip.Address) tcpip.NICID
-
// AddLinkAddress adds a link address to the cache.
AddLinkAddress(nicID tcpip.NICID, addr tcpip.Address, linkAddr tcpip.LinkAddress)
}