make defaul host failover and remote access gw on joining new network

This commit is contained in:
abhishek9686
2024-02-05 11:18:28 +05:30
parent a9a53f6c86
commit 43e82a2936
5 changed files with 53 additions and 38 deletions

View File

@@ -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