diff options
author | Neale Ranns <nranns@cisco.com> | 2019-03-22 08:12:48 +0000 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-03-28 08:16:37 +0000 |
commit | 25edf14369b27ab3dfcda14b69dc53148c9ccf7e (patch) | |
tree | 38de7ee1fe1d6f8c846153b50c2d6330c1615e85 /test/test_ipsec_tun_if_esp.py | |
parent | 8feeaff56fa9a4fbdfc06131f28a1060ffd9645d (diff) |
IPSEC: run encrpyt as a feautre on the tunnel
Change-Id: I6527e3fd8bbbca2d5f728621fc66b3856b39d505
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'test/test_ipsec_tun_if_esp.py')
-rw-r--r-- | test/test_ipsec_tun_if_esp.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_ipsec_tun_if_esp.py b/test/test_ipsec_tun_if_esp.py index 7b68f1fcfe6..44b44043647 100644 --- a/test/test_ipsec_tun_if_esp.py +++ b/test/test_ipsec_tun_if_esp.py @@ -29,7 +29,7 @@ class TemplateIpsec4TunIfEsp(TemplateIpsec): tun_if.admin_up() tun_if.config_ip4() - VppIpRoute(self, p.remote_tun_if_host, 32, + VppIpRoute(self, p.remote_tun_if_host, 32, [VppRoutePath(tun_if.remote_ip4, 0xffffffff)]).add_vpp_config() @@ -70,7 +70,7 @@ class TemplateIpsec6TunIfEsp(TemplateIpsec): tun_if.admin_up() tun_if.config_ip6() - VppIpRoute(self, p.remote_tun_if_host, 128, + VppIpRoute(self, p.remote_tun_if_host, 128, [VppRoutePath(tun_if.remote_ip6, 0xffffffff, proto=DpoProto.DPO_PROTO_IP6)], |