mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-06 02:30:57 -08:00
Fully close tunnels when CloseAllTunnels is called (#448)
This commit is contained in:
parent
a0735dd7d5
commit
6f37280e8e
3 changed files with 12 additions and 5 deletions
2
ssh.go
2
ssh.go
|
|
@ -520,7 +520,7 @@ func sshCloseTunnel(ifce *Interface, fs interface{}, a []string, w sshd.StringWr
|
|||
)
|
||||
}
|
||||
|
||||
ifce.closeTunnel(hostInfo)
|
||||
ifce.closeTunnel(hostInfo, false)
|
||||
return w.WriteLine("Closed")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue