|
@@ -23,7 +23,7 @@ func MigrateAclPolicies() {
|
|
for _, acl := range acls {
|
|
for _, acl := range acls {
|
|
if acl.Proto.String() == "" {
|
|
if acl.Proto.String() == "" {
|
|
acl.Proto = models.ALL
|
|
acl.Proto = models.ALL
|
|
- acl.ServiceType = models.Custom
|
|
|
|
|
|
+ acl.ServiceType = models.Any
|
|
acl.Port = []string{}
|
|
acl.Port = []string{}
|
|
UpsertAcl(acl)
|
|
UpsertAcl(acl)
|
|
}
|
|
}
|