mpls: number of mpls tunnel paths returns zero 44/23444/2
authorIJsbrand Wijnands <iwijnand@cisco.com>
Mon, 28 Oct 2019 16:19:27 +0000 (17:19 +0100)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Mon, 18 Nov 2019 13:16:21 +0000 (13:16 +0000)
commit511cef1b9e9cdae5ef535beffe7714ebd0333b3a
tree0ba54c55101344042e2296cecad80dd4e1a0b3aa
parent89ab1762d7a01bd009cbdd454604d2a15f99b6cd
mpls: number of mpls tunnel paths returns zero

The number of paths on the mpls tunnel returned through the bapi is
always zero. Doing a ntohl on a uint32 and poking it into a uint8 causes the problem.

Type: fix
Signed-off-by: IJsbrand Wijnands <ice@cisco.com>
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Change-Id: I4135ad43a891e7818ca673c8067ef1f11cb34530
(cherry picked from commit bf103d99e651f3b221361f6d964ae84870fd7a6b)
src/vnet/mpls/mpls_api.c