X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Ffib%2Ffib_types.h;fp=src%2Fvnet%2Ffib%2Ffib_types.h;h=18362e0965d7249a29549b8fb15c5d667bb31768;hb=a705f7171b0248a828a8871e56d72af7a1ac8221;hp=b5a58e7b67420c5b765792590c64b28f51c57c9c;hpb=ddba67054a587c9c8c504b2b115530b6cff89cbe;p=vpp.git diff --git a/src/vnet/fib/fib_types.h b/src/vnet/fib/fib_types.h index b5a58e7b674..18362e0965d 100644 --- a/src/vnet/fib/fib_types.h +++ b/src/vnet/fib/fib_types.h @@ -549,17 +549,11 @@ typedef struct fib_route_path_t_ { */ fib_rpf_id_t frp_rpf_id; - union { - /** - * The FIB index to lookup the nexthop - * Only valid for recursive paths. - */ - u32 frp_fib_index; - /** - * The BIER table to resolve the fmask in - */ - u32 frp_bier_fib_index; - }; + /** + * The FIB index to lookup the nexthop + * Only valid for recursive paths. + */ + u32 frp_fib_index; /** * The outgoing MPLS label Stack. NULL implies no label. */