From ff4267226342a04c4ef5edf9748b1c09cbe251c6 Mon Sep 17 00:00:00 2001 From: Matus Fabian Date: Fri, 12 Feb 2016 19:57:57 +0100 Subject: [PATCH] Changed route add resolve-attempts to 10 Change-Id: Id12b0a287c69f91447b99a01e7bcd32f602f18d2 Signed-off-by: Matus Fabian --- resources/templates/vat/add_route.vat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/templates/vat/add_route.vat b/resources/templates/vat/add_route.vat index e580854254..77b3cc9232 100644 --- a/resources/templates/vat/add_route.vat +++ b/resources/templates/vat/add_route.vat @@ -1 +1 @@ -ip_add_del_route {network}/{prefix_length} via {gateway} sw_if_index {sw_if_index} resolve-attempts 1 +ip_add_del_route {network}/{prefix_length} via {gateway} sw_if_index {sw_if_index} resolve-attempts 10 -- 2.16.6