diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-01-04 06:42:13 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-01-04 10:15:33 +0000 |
commit | f4e3171ec87416266291170f7c9cd089a9d2d8e4 (patch) | |
tree | 98559748d5560e67d9e133d132510f21f6444c0e /resources/libraries/python/topology.py | |
parent | 03f1fa8fbf089b48365fff2bead6a2afb56efd89 (diff) |
FIX: Pylint errors
Change-Id: I93eae6d25da6a7cb51465e622ab068f408ab4079
Signed-off-by: Peter Mikus <pmikus@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 a5a446008b..94652dbd23 100644 --- a/resources/libraries/python/topology.py +++ b/resources/libraries/python/topology.py @@ -136,7 +136,7 @@ class Topology(object): :type nodes: dict :returns: Nothing """ - port_types = ('subinterface', 'vlan_subif', 'memif', 'tap', 'vhost', + port_types = ('subinterface', 'vlan_subif', 'memif', 'tap', 'vhost', 'loopback', 'gre_tunnel', 'vxlan_tunnel') for node_data in nodes.values(): |