Browse Source

update traffic direction of default remote access acl to Bi

abhishek9686 11 tháng trước cách đây
mục cha
commit
be086ee872
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(),