ioam: fix Coverity issue

Initialize outer_fib_index variable to zero to avoid coverity warning.

Change-Id: I400564f5873b23ceb1c72ea2e9e1df69b1e82f0c
Signed-off-by: Vengada <venggovi@cisco.com>
This commit is contained in:
Vengada
2017-01-01 03:43:11 -08:00
committed by Damjan Marion
parent cb034b9b37
commit a9cd3ebecf

View File

@ -466,7 +466,7 @@ api_vxlan_gpe_ioam_transit_disable (vat_main_t * vam)
ip6_address_t local6;
u8 ipv4_set = 0, ipv6_set = 0;
u8 local_set = 0;
u32 outer_fib_index;
u32 outer_fib_index = 0;
f64 timeout;