diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2016-10-26 14:31:24 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2016-12-06 09:30:43 +0000 |
commit | 397fd7d39f023887e428de37a1929c366a99b8d5 (patch) | |
tree | 3a90215e1eab0fab2f3c6765c471591d64852b08 /vppinfra | |
parent | b09167f33d3c79e7ccc27e0fc484cc5fbcdb9943 (diff) |
Implement LISP control plane messages
* Map-register
* Map-notify
* RLOC probing
Change-Id: I7f6295376b21cd67805446dfd1c1033acead2d4b
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'vppinfra')
-rw-r--r-- | vppinfra/vppinfra/test_bihash_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vppinfra/vppinfra/test_bihash_template.c b/vppinfra/vppinfra/test_bihash_template.c index 5a5b63484aa..c505bd83d9a 100644 --- a/vppinfra/vppinfra/test_bihash_template.c +++ b/vppinfra/vppinfra/test_bihash_template.c @@ -23,7 +23,7 @@ typedef struct { - u32 seed; + u64 seed; u32 nbuckets; u32 nitems; u32 search_iter; |