From 775f73c6baaf9bc2283e7ab9752c81984823be99 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Thu, 20 Dec 2018 03:01:49 -0800 Subject: FIB: encode the label stack in the FIB path during table dump Change-Id: I28e8a99b980ad343a4209e673201791b91ceab4e Signed-off-by: Neale Ranns --- src/plugins/abf/abf_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/abf') diff --git a/src/plugins/abf/abf_api.c b/src/plugins/abf/abf_api.c index 0bf714bff89..bf2566901c4 100644 --- a/src/plugins/abf/abf_api.c +++ b/src/plugins/abf/abf_api.c @@ -185,7 +185,7 @@ abf_policy_send_details (u32 api, void *args) mp->policy.acl_index = htonl (ap->ap_acl); mp->policy.policy_id = htonl (ap->ap_id); - fib_path_list_walk (ap->ap_pl, fib_path_encode, &api_rpaths); + fib_path_list_walk_w_ext (ap->ap_pl, NULL, fib_path_encode, &api_rpaths); fp = mp->policy.paths; vec_foreach (api_rpath, api_rpaths) -- cgit 1.2.3-korg