diff options
author | Jon Loeliger <jdl@netgate.com> | 2018-12-20 11:47:30 -0600 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2018-12-21 17:06:40 +0000 |
commit | fc7344f9beffe506085730e8e03f7c8771deb3a6 (patch) | |
tree | c4c6cb47f30e3bc4ea0b884c31a2f8af0777abde /test/test_nat.py | |
parent | a45dc07c153c4dd350b02fd30de471bbdb838ac9 (diff) |
MAP: Convert from DPO to input feature.
Change-Id: I25c86aea23dff19656449b23133db27b1f062ac0
Signed-off-by: Jon Loeliger <jdl@netgate.com>
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'test/test_nat.py')
-rw-r--r-- | test/test_nat.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_nat.py b/test/test_nat.py index e3aa267c805..c64359a4db7 100644 --- a/test/test_nat.py +++ b/test/test_nat.py @@ -6106,8 +6106,7 @@ class TestNAT44Out2InDPO(MethodHolder): self.src_ip6_pfx_len = 96 self.vapi.map_add_domain(self.dst_ip6_pfx_n, self.dst_ip6_pfx_len, self.src_ip6_pfx_n, self.src_ip6_pfx_len, - '\x00\x00\x00\x00', 0, is_translation=1, - is_rfc6052=1) + '\x00\x00\x00\x00', 0) @unittest.skip('Temporary disabled') def test_464xlat_ce(self): |