From 397fd7d39f023887e428de37a1929c366a99b8d5 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Wed, 26 Oct 2016 14:31:24 +0200 Subject: Implement LISP control plane messages * Map-register * Map-notify * RLOC probing Change-Id: I7f6295376b21cd67805446dfd1c1033acead2d4b Signed-off-by: Filip Tehlar --- vppinfra/vppinfra/test_bihash_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vppinfra') 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; -- cgit 1.2.3-korg