Merge "Fix list concatenation of routes in bond-with-vlan"
This commit is contained in:
commit
1f1c0f3dec
@ -130,9 +130,9 @@ resources:
|
|||||||
get_param: {{network.name}}IpSubnet
|
get_param: {{network.name}}IpSubnet
|
||||||
routes:
|
routes:
|
||||||
list_concat_unique:
|
list_concat_unique:
|
||||||
- - get_param: {{network.name}}InterfaceRoutes
|
- get_param: {{network.name}}InterfaceRoutes
|
||||||
{%- if network.name in role.default_route_networks %}
|
{%- if network.name in role.default_route_networks %}
|
||||||
- default: true
|
- - default: true
|
||||||
next_hop:
|
next_hop:
|
||||||
get_param: {{network.name}}InterfaceDefaultRoute
|
get_param: {{network.name}}InterfaceDefaultRoute
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user