From 33ea31791a8be80194a0a86a24e9172e80e9e688 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Tue, 18 Jun 2019 20:38:55 +0200 Subject: FIX: ip scale needs sw_if_index in VAT command Change-Id: Icb3e22a84af10b98edf83084991b8f2607c95798 Signed-off-by: Jan Gelety --- resources/templates/vat/vpp_route_add.vat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/templates') 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 -- cgit 1.2.3-korg