diff options
author | pmikus <pmikus@cisco.com> | 2016-07-04 09:56:04 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2016-07-06 08:19:25 +0000 |
commit | f1c96d9f3c877eea961e3331282dcc73a2294120 (patch) | |
tree | 80c6040e832d6f7b749539d755f61019ee156c0a /resources/templates/vat/add_route.vat | |
parent | d73918448ce23f52479008c6a61601abb24415ea (diff) |
CSIT-191 Add API count option to ip_add_del_route
Add API count option to ip_add_del_route to be able to add more than 1
route
Change-Id: I3440579f960366a99f68ceeabea540f1a2ed4516
Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'resources/templates/vat/add_route.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 96e39ba87a..9877a3ac46 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} {interface} {resolve_attempts} +ip_add_del_route {network}/{prefix_length} {via} {interface} {resolve_attempts} {count} |