X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fplugins%2Fabf%2Fabf_api.c;h=bf2566901c47da9613c8c3bc4d06f51e8beffab0;hp=0bf714bff8976bb8fc097032d4d525014e663007;hb=775f73c6b;hpb=a3aaa61e2f2fd81f9653cb678b38519e96e6c6cd 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)