From: Matus Fabian Date: Fri, 12 Feb 2016 18:57:57 +0000 (+0100) Subject: Changed route add resolve-attempts to 10 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=ff4267226342a04c4ef5edf9748b1c09cbe251c6 Changed route add resolve-attempts to 10 Change-Id: Id12b0a287c69f91447b99a01e7bcd32f602f18d2 Signed-off-by: Matus Fabian --- 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