diff options
author | Jan Gelety <jgelety@cisco.com> | 2019-06-18 20:38:55 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2019-06-18 23:40:35 +0200 |
commit | 33ea31791a8be80194a0a86a24e9172e80e9e688 (patch) | |
tree | ea851329fa8d6368c0af1a4caed685ca28039534 /resources/templates | |
parent | ee9babc16c6e3e6c119ac040321773ea64114752 (diff) |
FIX: ip scale needs sw_if_index in VAT command
Change-Id: Icb3e22a84af10b98edf83084991b8f2607c95798
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/templates')
-rw-r--r-- | resources/templates/vat/vpp_route_add.vat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/templates/vat/vpp_route_add.vat b/resources/templates/vat/vpp_route_add.vat index b288c6b610..73bb5acf8a 100644 --- a/resources/templates/vat/vpp_route_add.vat +++ b/resources/templates/vat/vpp_route_add.vat @@ -1 +1 @@ -ip_route_add_del {network}/{prefix_length} {vrf} {count} {multipath} {via}
\ No newline at end of file +ip_route_add_del {network}/{prefix_length} {vrf} {count} {multipath} {via} {sw_if_index}
\ No newline at end of file |