diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-03-13 19:32:42 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-03-13 19:32:42 +0000 |
commit | 6c6f665ae9e31905c02304090261b50c4328162c (patch) | |
tree | 0acd01816377af972401881fef44aa54eaad7fcb /pkg/tcpip/stack/registration.go | |
parent | d3ca96c9eda124e7ecbe11e7b6dd08fa0474a3df (diff) | |
parent | 530a31f3c08b10fbd2f8135c5b76380cf5e7f4e8 (diff) |
Merge release-20200219.0-169-g530a31f (automated)
Diffstat (limited to 'pkg/tcpip/stack/registration.go')
-rw-r--r-- | pkg/tcpip/stack/registration.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/tcpip/stack/registration.go b/pkg/tcpip/stack/registration.go index f9fd8f18f..fa28b46b1 100644 --- a/pkg/tcpip/stack/registration.go +++ b/pkg/tcpip/stack/registration.go @@ -401,6 +401,9 @@ type LinkEndpoint interface { // Attach attaches the data link layer endpoint to the network-layer // dispatcher of the stack. + // + // Attach will be called with a nil dispatcher if the receiver's associated + // NIC is being removed. Attach(dispatcher NetworkDispatcher) // IsAttached returns whether a NetworkDispatcher is attached to the |