mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-07 01:36:23 +08:00
added ifs to update
This commit is contained in:
@@ -73,7 +73,7 @@ func checkIngressExists(network string, macaddress string) bool {
|
||||
if err != nil {
|
||||
return false
|
||||
}
|
||||
return node.IsIngressGateway
|
||||
return node.IsIngressGateway == "yes"
|
||||
}
|
||||
|
||||
//Gets all extclients associated with network, including pending extclients
|
||||
|
Reference in New Issue
Block a user