X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fadj%2Fadj.c;h=f84969136c93d0093dbf7a882379851f0b9611a1;hb=8c4611b39162da9753caaf654741faa115eaf612;hp=bf44383fd5fb416748728b868e843ede997f259f;hpb=5c89c420861ab938151f0bb0a298bb04d590ff2b;p=vpp.git diff --git a/src/vnet/adj/adj.c b/src/vnet/adj/adj.c index bf44383fd5f..f84969136c9 100644 --- a/src/vnet/adj/adj.c +++ b/src/vnet/adj/adj.c @@ -64,6 +64,7 @@ adj_alloc (fib_protocol_t proto) adj->ia_nh_proto = proto; adj->ia_flags = 0; adj->rewrite_header.sw_if_index = ~0; + adj->rewrite_header.flags = 0; adj->lookup_next_index = 0; adj->ia_delegates = NULL;