diff options
author | Benoît Ganne <bganne@cisco.com> | 2020-10-21 12:18:58 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2020-10-21 11:06:35 +0000 |
commit | 5980e539d424469fc2869c94f709b8b24d7bc077 (patch) | |
tree | 788cc8befb695fe9b618ab4a2986aa31f950e2c2 /src/plugins/tracedump/graph_api.c | |
parent | 4317b8efb1c4a4163b2585b9abd71ec38cd0862c (diff) |
misc: fix tracedump graph api initialization overflow
vppapigen does not create config entries for services stream messages.
It is not needed anyway as the api handler does not rely on VPPAPI
macros.
Type: fix
Change-Id: Iba188b0fc6388c478d7e4d0c7ee2c05ed672e23f
Signed-off-by: Benoît Ganne <bganne@cisco.com>
Diffstat (limited to 'src/plugins/tracedump/graph_api.c')
-rw-r--r-- | src/plugins/tracedump/graph_api.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/tracedump/graph_api.c b/src/plugins/tracedump/graph_api.c index 19b336ccb04..0626f7d6b42 100644 --- a/src/plugins/tracedump/graph_api.c +++ b/src/plugins/tracedump/graph_api.c @@ -254,8 +254,6 @@ graph_api_hookup (vlib_main_t * vm) am->is_mp_safe[gmp->msg_id_base + VL_API_GRAPH_NODE_GET] = 1; - am->is_autoendian[gmp->msg_id_base + VL_API_GRAPH_NODE_DETAILS] = 1; - return 0; } |