X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Flisp-gpe%2Flisp_gpe_fwd_entry.c;h=d31fdd7e799a76cca9e45af2ddd6a163e9f55ffa;hb=282872127bbeee6ae59ab3f885c09bad601ee0cc;hp=45246955248ccff6fa69c6ca9b8d09b7edae4e54;hpb=d057625d499525625d60d2207665eaeb755e380e;p=vpp.git diff --git a/src/vnet/lisp-gpe/lisp_gpe_fwd_entry.c b/src/vnet/lisp-gpe/lisp_gpe_fwd_entry.c index 45246955248..d31fdd7e799 100644 --- a/src/vnet/lisp-gpe/lisp_gpe_fwd_entry.c +++ b/src/vnet/lisp-gpe/lisp_gpe_fwd_entry.c @@ -247,7 +247,7 @@ lisp_gpe_mk_fib_paths (const lisp_fwd_path_t * paths) ladj = lisp_gpe_adjacency_get (paths[ii].lisp_adj); - ip_address_to_46 (&ladj->remote_rloc, &rpaths[ii].frp_addr, &fp); + fp = ip_address_to_46 (&ladj->remote_rloc, &rpaths[ii].frp_addr); rpaths[ii].frp_proto = fib_proto_to_dpo (fp); rpaths[ii].frp_sw_if_index = ladj->sw_if_index;