mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-15 15:20:44 -08:00
parent
332fa2b825
commit
1a7c575011
36 changed files with 1925 additions and 165 deletions
|
|
@ -301,7 +301,7 @@ func (n *connectionManager) handleInvalidCertificate(now time.Time, vpnIp iputil
|
|||
|
||||
// Inform the remote and close the tunnel locally
|
||||
n.intf.sendCloseTunnel(hostinfo)
|
||||
n.intf.closeTunnel(hostinfo, false)
|
||||
n.intf.closeTunnel(hostinfo)
|
||||
|
||||
n.ClearIP(vpnIp)
|
||||
n.ClearPendingDeletion(vpnIp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue