X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fvnet%2Fip%2Fip6_format.c;h=b7ae2ffae2986ab625e74463fec8d8403af85193;hb=d3c008d108aa2187d1a2afe2833b4de25ca2c2ab;hp=56899b73d8bd264d04f0f814358fefb07911fb64;hpb=9bce0f6d7c3f7f1d5f2989ff1157c2a1039cdef6;p=vpp.git diff --git a/src/vnet/ip/ip6_format.c b/src/vnet/ip/ip6_format.c index 56899b73d8b..b7ae2ffae29 100644 --- a/src/vnet/ip/ip6_format.c +++ b/src/vnet/ip/ip6_format.c @@ -219,7 +219,7 @@ format_ip6_header (u8 * s, va_list * args) ip6_header_t *ip = va_arg (*args, ip6_header_t *); u32 max_header_bytes = va_arg (*args, u32); u32 i, ip_version, traffic_class, flow_label; - uword indent; + u32 indent; /* Nothing to do. */ if (max_header_bytes < sizeof (ip[0]))