GRE tests and fixes
Change-Id: I234240e9bdd4b69ad64a17b1449ae1e81c0edaca Signed-off-by: Neale Ranns <nranns@cisco.com>
This commit is contained in:

committed by
Damjan Marion

parent
7afe9e3826
commit
177bbdcd8f
@ -41,6 +41,9 @@ class VppSubInterface(VppPGInterface):
|
||||
def add_dot1_layer(self, pkt):
|
||||
pass
|
||||
|
||||
def remove_vpp_config(self):
|
||||
self.test.vapi.delete_subif(self._sw_if_index)
|
||||
|
||||
|
||||
class VppDot1QSubint(VppSubInterface):
|
||||
|
||||
|
Reference in New Issue
Block a user