diff options
author | Alberto Compagno <acompagn+fdio@cisco.com> | 2020-04-17 18:51:54 +0200 |
---|---|---|
committer | Alberto Compagno <acompagn+fdio@cisco.com> | 2020-05-04 11:28:25 +0200 |
commit | 0c7f490009e8633e015b5cba48b78cc243254953 (patch) | |
tree | da438bc9336501766f024f5146300d2675baa7cb /hicn-plugin/src/mapme_eventmgr.h | |
parent | 2fba74798833331fe6312e8a764688a23918c14a (diff) |
[HICN-592] Updating the vrf 0 (default fib) when a mapme event occurs
Updates on the vrf 0 will be reflected on the hicn vrf thanks to the
fib entry tracking.
Change-Id: I4afd6256593f27172c4b0a613316fb8428fa8e50
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
Diffstat (limited to 'hicn-plugin/src/mapme_eventmgr.h')
-rw-r--r-- | hicn-plugin/src/mapme_eventmgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hicn-plugin/src/mapme_eventmgr.h b/hicn-plugin/src/mapme_eventmgr.h index 8414861b4..84c57b50f 100644 --- a/hicn-plugin/src/mapme_eventmgr.h +++ b/hicn-plugin/src/mapme_eventmgr.h @@ -24,6 +24,7 @@ typedef struct { hicn_prefix_t prefix; dpo_id_t dpo; + hicn_face_id_t face_id; u8 rtx_count; // Number of retransmissions since last tfib addition } retx_t; |