ipsec: IPSec protection for multi-point tunnel interfaces

Type: feature

Signed-off-by: Neale Ranns <nranns@cisco.com>
Change-Id: Iaba2ab11bfaa1c8db4023434e3043ac39500f938
This commit is contained in:
Neale Ranns
2019-12-16 00:53:11 +00:00
committed by Damjan Marion
parent d057625d49
commit 282872127b
24 changed files with 1017 additions and 227 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
"""
NHRP objects
TEIB objects
"""
from vpp_object import VppObject
@ -15,7 +15,7 @@ def find_teib(test, ne):
return False
class VppNhrp(VppObject):
class VppTeib(VppObject):
def __init__(self, test, itf, peer, nh, table_id=0):
self._test = test
@ -34,6 +34,7 @@ class VppNhrp(VppObject):
'nh': self.nh,
})
self._test.registry.register(self, self._test.logger)
return self
def remove_vpp_config(self):
r = self._test.vapi.teib_entry_add_del(