added ifs to update

This commit is contained in:
afeiszli
2021-07-26 12:24:36 -04:00
parent eec7a8f61a
commit b35cac8c5e
6 changed files with 177 additions and 37 deletions

View File

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