From: Neale Ranns Date: Sun, 1 Oct 2017 19:08:10 +0000 (-0700) Subject: Dump of deag/lookup routes has is_drop=1 (VPP-995) X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=8ec5f4d742b992382e4ff960224b051d6c526fa7;p=odp4vpp.git Dump of deag/lookup routes has is_drop=1 (VPP-995) Change-Id: I58772a83e22885a9ea8a7a981d2bcb4b31a050d2 Signed-off-by: Neale Ranns (cherry picked from commit 7b7ba572ab486d57b59c12af521175a6bcd7a52b) --- diff --git a/src/vnet/fib/fib_path.c b/src/vnet/fib/fib_path.c index cf5a463d..f1263334 100644 --- a/src/vnet/fib/fib_path.c +++ b/src/vnet/fib/fib_path.c @@ -2168,6 +2168,8 @@ fib_path_encode (fib_node_index_t path_list_index, case FIB_PATH_TYPE_SPECIAL: break; case FIB_PATH_TYPE_DEAG: + api_rpath->rpath.frp_fib_index = path->deag.fp_tbl_id; + api_rpath->dpo = path->fp_dpo; break; case FIB_PATH_TYPE_RECURSIVE: api_rpath->rpath.frp_addr = path->recursive.fp_nh.fp_ip;