From 70801436c2548ba2fa00afae07d8a2f6085c9c86 Mon Sep 17 00:00:00 2001
From: Attila Farkas <ati@mail.muni.cz>
Date: Wed, 15 Jul 2020 11:42:31 +0200
Subject: [PATCH] add missing cidr to definition file

---
 topologies/1-router-1-network-1-host.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/topologies/1-router-1-network-1-host.yml b/topologies/1-router-1-network-1-host.yml
index 88a8e35..da53a21 100644
--- a/topologies/1-router-1-network-1-host.yml
+++ b/topologies/1-router-1-network-1-host.yml
@@ -12,6 +12,7 @@ routers:
 
 networks:
   - name: network
+    cidr: 10.10.30.0/24
 
 net_mappings:
     - host: debian10
-- 
GitLab