Explorar o código

add egress info

abhishek9686 hai 4 meses
pai
achega
e8beefdecd
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  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",