diff options
author | Matus Fabian <matfabia@cisco.com> | 2016-02-12 19:57:57 +0100 |
---|---|---|
committer | Matus Fabian <matfabia@cisco.com> | 2016-02-12 20:00:19 +0100 |
commit | ff4267226342a04c4ef5edf9748b1c09cbe251c6 (patch) | |
tree | e7c9b6211042d233683c94256a08dbbe3dedabb9 /resources/templates/vat | |
parent | e6cb3709bd670738471fff40ce13dcb5aff8692f (diff) |
Changed route add resolve-attempts to 10
Change-Id: Id12b0a287c69f91447b99a01e7bcd32f602f18d2
Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'resources/templates/vat')
-rw-r--r-- | resources/templates/vat/add_route.vat | 2 |
1 files changed, 1 insertions, 1 deletions
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 |