Browse Source

update traffic direction of default remote access acl to Bi

abhishek9686 11 months ago
parent
commit
be086ee872
1 changed files with 1 additions and 1 deletions
  1. 1 1
      logic/acls.go

+ 1 - 1
logic/acls.go

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