This commit is contained in:
Callan Bryant 2020-10-28 00:39:15 +00:00
parent 135fa12f00
commit 4ad58382f6
No known key found for this signature in database
GPG Key ID: C31FA9DF3ACBFFAA

4
add.go
View File

@ -146,8 +146,8 @@ func PrintPeerCfg(peer PeerConfig, conf *DsnetConfig) {
"Peer": peer,
"DsnetConfig": conf,
"Keepalive": time.Duration(KEEPALIVE).Seconds(),
"CidrSize": cidrSize,
"CidrSize6": cidrSize6,
"CidrSize": cidrSize,
"CidrSize6": cidrSize6,
})
check(err)
}