Ver código fonte

update traffic direction of default remote access acl to Bi

abhishek9686 11 meses atrás
pai
commit
be086ee872
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      logic/acls.go

+ 1 - 1
logic/acls.go

@@ -88,7 +88,7 @@ func CreateDefaultAclNetworkPolicies(netID models.NetworkID) {
 					Value: "*",
 				},
 			},
-			AllowedDirection: models.TrafficDirectionUni,
+			AllowedDirection: models.TrafficDirectionBi,
 			Enabled:          true,
 			CreatedBy:        "auto",
 			CreatedAt:        time.Now().UTC(),