X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Ffib%2Ffib_table.c;fp=src%2Fvnet%2Ffib%2Ffib_table.c;h=7cc989d6324fd559e0c1cf6dbd5ee4f9b11379e3;hb=66edaf209fcfa618f42c0e6d21873a31de86b412;hp=eaeee5bb92131c6f177835822db253b5194d29e7;hpb=48057bd23433a352338358ca1f6cdc6cebd84f08;p=vpp.git diff --git a/src/vnet/fib/fib_table.c b/src/vnet/fib/fib_table.c index eaeee5bb921..7cc989d6324 100644 --- a/src/vnet/fib/fib_table.c +++ b/src/vnet/fib/fib_table.c @@ -531,6 +531,11 @@ fib_table_route_path_fixup (const fib_prefix_t *prefix, fib_prefix_normalize(prefix, &path->frp_connected); } } + else if (fib_route_path_is_attached(path)) + { + path->frp_flags |= FIB_ROUTE_PATH_GLEAN; + fib_prefix_normalize(prefix, &path->frp_connected); + } if (*eflags & FIB_ENTRY_FLAG_DROP) { path->frp_flags |= FIB_ROUTE_PATH_DROP;