diff options
author | Alberto Compagno <acompagn+fdio@cisco.com> | 2019-06-07 18:08:49 +0200 |
---|---|---|
committer | Alberto Compagno <acompagn+fdio@cisco.com> | 2019-06-07 18:08:49 +0200 |
commit | 29152d6ca85e31b279ee004f36b5bcf709ae330a (patch) | |
tree | dbc90de79153dc200663829ab96c571338ac10c3 | |
parent | 27712b5f2a06c935a97643d91f6bd1345d05ec3b (diff) |
[HICN-215] Sequence number starts from 0
Change-Id: Ibbc8af9da31f9acd21edc9a88135cc85d4bdbb3e
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
-rw-r--r-- | hicn-plugin/src/mapme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hicn-plugin/src/mapme.h b/hicn-plugin/src/mapme.h index cf68f6d00..41134cdec 100644 --- a/hicn-plugin/src/mapme.h +++ b/hicn-plugin/src/mapme.h @@ -33,7 +33,7 @@ #define TIMER_NO_REPEAT false #define INVALID_SEQ 0 -#define INIT_SEQ 1 +#define INIT_SEQ 0 typedef struct hicn_mapme_conf_s { |