diff options
author | Neale Ranns <neale.ranns@cisco.com> | 2018-09-25 07:22:36 -0700 |
---|---|---|
committer | Neale Ranns <neale.ranns@cisco.com> | 2018-09-25 07:22:36 -0700 |
commit | 6a30b5f9182a44989e97bbc044f29adccdef09b2 (patch) | |
tree | 32bd53dfd8d47fb9ff752a7e3aa10e7158e85286 /src/vnet/mpls/mpls_api.c | |
parent | c45e190f70e0317b62eeec23ad92a80b81e0b384 (diff) |
MPLS tunnel dump fix
Change-Id: I9d3d5243841d5b888f079e3ea5dc1e2e8befd1dc
Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
Diffstat (limited to 'src/vnet/mpls/mpls_api.c')
-rw-r--r-- | src/vnet/mpls/mpls_api.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/mpls/mpls_api.c b/src/vnet/mpls/mpls_api.c index dbd1d8b6e31..97b66965190 100644 --- a/src/vnet/mpls/mpls_api.c +++ b/src/vnet/mpls/mpls_api.c @@ -439,6 +439,7 @@ send_mpls_tunnel_entry (u32 mti, void *arg) mp->context = ctx->context; mp->mt_tunnel_index = ntohl (mti); + mp->mt_sw_if_index = ntohl (mt->mt_sw_if_index); mp->mt_count = ntohl (n); fib_path_list_walk (mt->mt_path_list, fib_path_encode, &api_rpaths); |