routing-options {
|
|
static {
|
|
{%- for (route, route_data) in device.config_context.get('routes',{}).items() %}
|
|
route {{ route }} next-hop {{ route_data.get('next-hop', None) }};
|
|
{%- endfor %}
|
|
}
|
|
nonstop-routing;
|
|
}
|