mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-10 07:05:28 +08:00
remove firewall requirement for ingress node
This commit is contained in:
parent
06e414f0e8
commit
4cf6771b11
1 changed files with 0 additions and 3 deletions
|
@ -150,9 +150,6 @@ func CreateIngressGateway(netid string, nodeid string, ingress models.IngressReq
|
|||
if host.OS != "linux" {
|
||||
return models.Node{}, errors.New("ingress can only be created on linux based node")
|
||||
}
|
||||
if host.FirewallInUse == models.FIREWALL_NONE {
|
||||
return models.Node{}, errors.New("firewall is not supported for ingress gateways")
|
||||
}
|
||||
|
||||
network, err := GetParentNetwork(netid)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue