Skip to content

Commit

Permalink
netstack/fdbased: m impl missing method stub
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous committed Jul 30, 2024
1 parent df71d58 commit 7ea0539
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions intra/netstack/fdbased.go
Original file line number Diff line number Diff line change
Expand Up @@ -523,3 +523,6 @@ func (e *endpoint) Close() {
log.W("ns: tun(%d): Close!", e.fd())
e.Attach(nil)
}

// SetOnCloseAction implements stack.LinkEndpoint.
func (*endpoint) SetOnCloseAction(func()) {}

0 comments on commit 7ea0539

Please sign in to comment.