mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-05 18:20:48 -08:00
We only need the certificate in ConnectionState (#953)
This commit is contained in:
parent
5a131b2975
commit
7edcf620c0
9 changed files with 37 additions and 51 deletions
|
|
@ -165,7 +165,7 @@ func (c *Control) GetCert() *cert.NebulaCertificate {
|
|||
}
|
||||
|
||||
func (c *Control) ReHandshake(vpnIp iputil.VpnIp) {
|
||||
hostinfo := c.f.handshakeManager.AddVpnIp(vpnIp, c.f.initHostInfo)
|
||||
hostinfo := c.f.handshakeManager.AddVpnIp(vpnIp)
|
||||
ixHandshakeStage0(c.f, vpnIp, hostinfo)
|
||||
|
||||
// If this is a static host, we don't need to wait for the HostQueryReply
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue