diff --git a/templates/container_network.network.j2 b/templates/container_network.network.j2 index 65ca7d5..4a28897 100644 --- a/templates/container_network.network.j2 +++ b/templates/container_network.network.j2 @@ -14,7 +14,7 @@ RouteMetric=20 {% for route in item.value.static_routes | default([]) %} [Route] -Source={{ route['cidr'] }} +Destination={{ route['cidr'] }} Gateway={{ route['gateway'] }} Metric={{ 20 + loop.index }}