aboutsummaryrefslogtreecommitdiff
path: root/emulab_support.py
diff options
context:
space:
mode:
Diffstat (limited to 'emulab_support.py')
-rw-r--r--emulab_support.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulab_support.py b/emulab_support.py
index 6fe0055..db779a9 100644
--- a/emulab_support.py
+++ b/emulab_support.py
@@ -297,6 +297,7 @@ def complete_experiment_graph(testbed, nodes, p2plinks):
elif link.node_b.name == node.name and \
link.int_b.ip == item[1]:
link.int_b.name = item[0]
+ node.full_name = full_name(testbed, node.name)
def setup_vlan(testbed, node_name, vlan_id, int_name):
'''