|
@@ -167,6 +167,11 @@ func (be *AliVpcBackend) recreateRoute(c *ecs.Client, table ecs.RouteTableSetTyp
|
|
|
log.Infof("Keep target entry: rtableid=%s, CIDR=%s, NextHop=%s \n", e.RouteTableId, e.DestinationCidrBlock, e.InstanceId)
|
|
|
continue
|
|
|
}
|
|
|
+
|
|
|
+ if e.DestinationCidrBlock == "0.0.0.0/0" {
|
|
|
+ log.Infof("Keep route entry: rtableid=%s, CIDR=%s, NextHop=%s For DNAT\n", e.RouteTableId, e.DestinationCidrBlock, e.InstanceId)
|
|
|
+ continue
|
|
|
+ }
|
|
|
|
|
|
|
|
|
|