mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-06 01:07:41 +08:00
make defaul host failover and remote access gw on joining new network
This commit is contained in:
@@ -28,6 +28,10 @@ var (
|
||||
GetFailOverPeerIps = func(peer, node *models.Node) []net.IPNet {
|
||||
return []net.IPNet{}
|
||||
}
|
||||
|
||||
CreateFailOver = func(node models.Node) error {
|
||||
return nil
|
||||
}
|
||||
)
|
||||
|
||||
// GetPeerUpdateForHost - gets the consolidated peer update for the host from all networks
|
||||
|
Reference in New Issue
Block a user