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
|
||||
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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user