SNAT: Remove the oldest translation fix (VPP-568)
Fixed bug and add test. Change-Id: Ibe70dfc81e6c264223050d316cf6a2a3a0e1524e Signed-off-by: Matus Fabian <matfabia@cisco.com>
This commit is contained in:

committed by
Damjan Marion

parent
20d1232532
commit
9902fcd3e0
@ -842,6 +842,12 @@ class VppPapiProvider(object):
|
||||
"""
|
||||
return self.api(self.papi.snat_static_mapping_dump, {})
|
||||
|
||||
def snat_show_config(self):
|
||||
"""Show S-NAT config
|
||||
:return: S-NAT config parameters
|
||||
"""
|
||||
return self.api(self.papi.snat_show_config, {})
|
||||
|
||||
def control_ping(self):
|
||||
self.api(self.papi.control_ping)
|
||||
|
||||
|
Reference in New Issue
Block a user