diff options
author | Matej Klotton <mklotton@cisco.com> | 2016-05-20 10:29:41 +0200 |
---|---|---|
committer | Matej Klotton <mklotton@cisco.com> | 2016-06-06 12:12:00 +0200 |
commit | ad0966f6296812a10eb6c8ba6f6725f4a3450ec6 (patch) | |
tree | 48f0d5b6bcd78ce5b702bf5e8e9e9b7fd7d609d8 /resources/templates/vat/add_route.vat | |
parent | b7b9a6f73347fba29060f3c2a2abfc4ea411de68 (diff) |
Add test VPP sends DHCP REQUEST after OFFER
-JIRA: CSIT-101
Change-Id: I9b92920f8ce324c447cb44ed4cd8d7f8c9c9ed88
Signed-off-by: Matej Klotton <mklotton@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 77b3cc9232..96e39ba87a 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 10 +ip_add_del_route {network}/{prefix_length} {via} {interface} {resolve_attempts} |