GBP Endpoint Learning

Learning GBP endpoints over vxlan-gbp tunnels

Change-Id: I1db9fda5a16802d9ad8b4efd4e475614f3b21502
Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
This commit is contained in:
Neale Ranns
2018-10-10 07:22:51 -07:00
committed by Damjan Marion
parent c3df1e9a0a
commit 93cc3ee3b3
74 changed files with 9904 additions and 1068 deletions

View File

@ -454,3 +454,6 @@ class VppInterface(object):
"admin state")
self.test.assert_equal(if_state.link_up_down, link_up_down,
"link state")
def __str__(self):
return self.name