Add WireGuardPersistentKeepAlive to mesh.Node
This commit is contained in:
@@ -79,11 +79,12 @@ type Node struct {
|
||||
LastSeen int64
|
||||
// Leader is a suggestion to Kilo that
|
||||
// the node wants to lead its segment.
|
||||
Leader bool
|
||||
Location string
|
||||
Name string
|
||||
Subnet *net.IPNet
|
||||
WireGuardIP *net.IPNet
|
||||
Leader bool
|
||||
Location string
|
||||
Name string
|
||||
Subnet *net.IPNet
|
||||
WireGuardIP *net.IPNet
|
||||
WireGuardPersistentKeepAlive int64
|
||||
}
|
||||
|
||||
// Ready indicates whether or not the node is ready.
|
||||
|
||||
Reference in New Issue
Block a user