From b643288860c831ced542b4b2ba60d9cb7c163561 Mon Sep 17 00:00:00 2001
From: msimonin <matthieu.simonin@inria.fr>
Date: Wed, 14 Aug 2019 08:26:42 +0200
Subject: [PATCH] skydive address/alias

---
 enoslib/service/skydive/skydive.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/enoslib/service/skydive/skydive.py b/enoslib/service/skydive/skydive.py
index a69d295..8085abd 100644
--- a/enoslib/service/skydive/skydive.py
+++ b/enoslib/service/skydive/skydive.py
@@ -73,7 +73,7 @@ class Skydive(Service):
                     fabric.append("%s[%s] -> %s" % (desc["cidr"], infos, local_port))
                     fabric.append(
                         "%s -> *[Type=host, Hostname=%s]/%s"
-                        % (local_port, agent.address, device)
+                        % (local_port, agent.alias, device)
                     )
             return fabric
 
-- 
GitLab