From c6ffec120a54592317b83a98565d60eff8aeff6a Mon Sep 17 00:00:00 2001
From: Clement Parisot <clement.parisot@uni.lu>
Date: Thu, 21 Sep 2017 10:10:31 +0200
Subject: [PATCH] [luxembourg] network_equipment - Add kind virtual to renater
 link

---
 .../sites/luxembourg/network_equipments/gw-luxembourg.json       | 1 +
 grid5000-all.json                                                | 1 +
 input/grid5000/sites/luxembourg/networks/gw-luxembourg.yaml      | 1 +
 3 files changed, 3 insertions(+)

diff --git a/data/grid5000/sites/luxembourg/network_equipments/gw-luxembourg.json b/data/grid5000/sites/luxembourg/network_equipments/gw-luxembourg.json
index 4d26c969cb9..9bc25c73b95 100644
--- a/data/grid5000/sites/luxembourg/network_equipments/gw-luxembourg.json
+++ b/data/grid5000/sites/luxembourg/network_equipments/gw-luxembourg.json
@@ -362,6 +362,7 @@
         {
         },
         {
+          "kind": "virtual",
           "rate": 10000000000,
           "uid": "renater-luxembourg"
         }
diff --git a/grid5000-all.json b/grid5000-all.json
index 11788046549..698c7317f1d 100644
--- a/grid5000-all.json
+++ b/grid5000-all.json
@@ -36806,6 +36806,7 @@
               "kind": "virtual",
               "ports": {
                 "4": {
+                  "kind": "virtual",
                   "rate": 10000000000,
                   "uid": "renater-luxembourg"
                 }
diff --git a/input/grid5000/sites/luxembourg/networks/gw-luxembourg.yaml b/input/grid5000/sites/luxembourg/networks/gw-luxembourg.yaml
index 874a318ab09..a439a6ae3ba 100644
--- a/input/grid5000/sites/luxembourg/networks/gw-luxembourg.yaml
+++ b/input/grid5000/sites/luxembourg/networks/gw-luxembourg.yaml
@@ -363,3 +363,4 @@ gw-luxembourg:
         4:
           uid: renater-luxembourg
           rate: 10000000000
+          kind: virtual
-- 
GitLab