diff options
author | Neale Ranns <nranns@cisco.com> | 2020-11-25 19:35:38 +0000 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2020-11-25 19:35:38 +0000 |
commit | cfe949dbf001d8fa18301ecc11c644f8cb39c5d7 (patch) | |
tree | b79dbb94d7a94d66b6eec0a8311c47993a7fd368 /test | |
parent | e92c946498f544d6d435353eb06aa07fb20e054e (diff) |
ipsec: A P2MP ipsec interface is NBMA
Type: fix
Signed-off-by: Neale Ranns <nranns@cisco.com>
Change-Id: I1922463683201215933e9f85b587d7c7123f3bfd
Diffstat (limited to 'test')
-rw-r--r-- | test/test_ipsec_tun_if_esp.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_ipsec_tun_if_esp.py b/test/test_ipsec_tun_if_esp.py index ba421694d60..f505fa0ebc6 100644 --- a/test/test_ipsec_tun_if_esp.py +++ b/test/test_ipsec_tun_if_esp.py @@ -2869,6 +2869,8 @@ class TestIpsecMIfEsp4(TemplateIpsec, IpsecTun4): p.tun_if.add_vpp_config() p.tun_if.admin_up() p.tun_if.config_ip4() + p.tun_if.unconfig_ip4() + p.tun_if.config_ip4() p.tun_if.generate_remote_hosts(N_NHS) self.pg0.generate_remote_hosts(N_NHS) self.pg0.configure_ipv4_neighbors() |