diff options
author | Jan Gelety <jgelety@cisco.com> | 2018-05-11 10:36:41 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2018-05-31 06:41:15 +0000 |
commit | b5782684055409315412d94d1de2e5f78cffac4d (patch) | |
tree | 9b7bd941d3cdb35ad2c0fd861cb156c767606443 /resources/libraries/python/topology.py | |
parent | 0eeaf6eeeac256a8dfba297c57247b261912d2ca (diff) |
DPDK link bonding: xor mode
CSIT-1073
CSIT-1074
CSIT-1077
Change-Id: I248e079021c30988210fd792b32d5afdca71aadb
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 2f4fd023ba..d60bed1b5b 100644 --- a/resources/libraries/python/topology.py +++ b/resources/libraries/python/topology.py @@ -138,7 +138,7 @@ class Topology(object): :returns: Nothing """ port_types = ('subinterface', 'vlan_subif', 'memif', 'tap', 'vhost', - 'loopback', 'gre_tunnel', 'vxlan_tunnel') + 'loopback', 'gre_tunnel', 'vxlan_tunnel', 'eth_bond') for node_data in nodes.values(): if node_data['type'] == NodeType.DUT: |