diff options
author | Jan Gelety <jgelety@cisco.com> | 2020-10-24 07:12:05 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2020-12-03 09:36:08 +0100 |
commit | a9f54ca5080aeef17686f300a6807bf9b46b7c90 (patch) | |
tree | a5ea1c5bcfc5400f5063e2906a36097e73dc2499 /resources/libraries/python/topology.py | |
parent | 70b633f637f6923d1e266473389ddbba02ca37f1 (diff) |
vpp-device: GENEVE tunnel test, l3 mode
Jira: CSIT-1769
Change-Id: I0ab906966f760b809b8431530c010a8f0835d62c
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/libraries/python/topology.py')
-rw-r--r-- | resources/libraries/python/topology.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/topology.py b/resources/libraries/python/topology.py index 338ccb6b57..2b930c08dc 100644 --- a/resources/libraries/python/topology.py +++ b/resources/libraries/python/topology.py @@ -174,7 +174,7 @@ class Topology: port_types = ( u"subinterface", u"vlan_subif", u"memif", u"tap", u"vhost", u"loopback", u"gre_tunnel", u"vxlan_tunnel", u"eth_bond", - u"eth_avf", u"eth_rdma" + u"eth_avf", u"eth_rdma", u"geneve_tunnel" ) for node_data in nodes.values(): |