diff --git a/network/config/bond-with-vlans/role.role.j2.yaml b/network/config/bond-with-vlans/role.role.j2.yaml index 8787ef0bd5..a7c072a398 100644 --- a/network/config/bond-with-vlans/role.role.j2.yaml +++ b/network/config/bond-with-vlans/role.role.j2.yaml @@ -130,9 +130,9 @@ resources: get_param: {{network.name}}IpSubnet routes: list_concat_unique: - - - get_param: {{network.name}}InterfaceRoutes + - get_param: {{network.name}}InterfaceRoutes {%- if network.name in role.default_route_networks %} - - default: true + - - default: true next_hop: get_param: {{network.name}}InterfaceDefaultRoute {%- endif %}