Browse Source

add egress info

abhishek9686 4 months ago
parent
commit
e8beefdecd
1 changed files with 7 additions and 1 deletions
  1. 7 1
      migrate/migrate.go

+ 7 - 1
migrate/migrate.go

@@ -580,7 +580,13 @@ func migrateToEgressV1() {
 						{
 							ID:    models.NodeID,
 							Value: node.ID.String(),
-						}},
+						},
+						{
+							ID:    models.EgressRange,
+							Value: "*",
+						},
+					},
+
 					AllowedDirection: models.TrafficDirectionBi,
 					Enabled:          true,
 					CreatedBy:        "auto",