diff options
author | Michele Papalini <micpapal@cisco.com> | 2023-02-10 09:18:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2023-02-10 09:18:29 +0000 |
commit | f0c5b3f6a6ba79eacb29552522e30cfaa2b125c3 (patch) | |
tree | c178c342ae1a6f344eb56871ccdc72e6dfd300d4 /hicn-plugin/src/route.h | |
parent | e831c121d672b9d15cdf0eaa86ce1dd5a8ce86d8 (diff) | |
parent | bdb0e36e9b740c80dfdd39c0d144e66699de8a14 (diff) |
Merge "feat(hicn-plugin): specify the dpo_proto when creating a new face" into stable/2210
Diffstat (limited to 'hicn-plugin/src/route.h')
-rw-r--r-- | hicn-plugin/src/route.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hicn-plugin/src/route.h b/hicn-plugin/src/route.h index 072926498..46204dd4c 100644 --- a/hicn-plugin/src/route.h +++ b/hicn-plugin/src/route.h @@ -109,7 +109,7 @@ int ip_nh_udp_tunnel_add_del_helper (fib_protocol_t fib_proto, * loadbalancer in the vrf HICN already contains a dpo which is not an hICN one * HICN_ERROR_ROUTE_MLT_LD if there are more than a dpo in the vpp loadbalancer */ -int hicn_route_enable (fib_prefix_t *prefix, hicn_face_id_t **vec_faces); +int hicn_route_enable (const fib_prefix_t *prefix, hicn_face_id_t **vec_faces); /** * @Brief Disable an hICN for an ip prefix. If hICN wasn't enable on the prefix |