mirror of
https://github.com/slackhq/nebula.git
synced 2026-02-14 08:44:24 +01:00
We only need the certificate in ConnectionState (#953)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user