vlxlan-gpe - fix api registering 29/4529/2
authorGabriel Ganne <gabriel.ganne@qosmos.com>
Tue, 3 Jan 2017 13:07:19 +0000 (14:07 +0100)
committerDamjan Marion <dmarion.lists@gmail.com>
Tue, 3 Jan 2017 15:16:56 +0000 (15:16 +0000)
(was registering span api twice instead)

Change-Id: I196d520061d10872fd795c0b1115574591e8d978
Signed-off-by: Gabriel Ganne <gabriel.ganne@qosmos.com>
src/vnet/vxlan-gpe/vxlan_gpe_api.c

index 012a41d..0215054 100644 (file)
@@ -211,7 +211,7 @@ static void
 setup_message_id_table (api_main_t * am)
 {
 #define _(id,n,crc) vl_msg_api_add_msg_name_crc (am, #n "_" #crc, id);
-  foreach_vl_msg_name_crc_span;
+  foreach_vl_msg_name_crc_vxlan_gpe;
 #undef _
 }