MPLS tunnel dump fix

Change-Id: I9d3d5243841d5b888f079e3ea5dc1e2e8befd1dc
Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
This commit is contained in:
Neale Ranns
2018-09-25 07:22:36 -07:00
parent c45e190f70
commit 6a30b5f918
5 changed files with 29 additions and 6 deletions

View File

@ -1345,6 +1345,9 @@ class VppPapiProvider(object):
'mt_next_hop_via_label': next_hop_via_label,
'mt_next_hop_out_label_stack': next_hop_out_label_stack})
def mpls_tunnel_dump(self):
return self.api(self.papi.mpls_tunnel_dump, {})
def nat44_interface_add_del_feature(
self,
sw_if_index,