From 8ec4b450326bb2a2efeebc8fa8a97d26d02e028f Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Wed, 28 Sep 2022 16:10:39 +0200 Subject: [PATCH] Add note about connecting the herd --- gen_machines.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gen_machines.py b/gen_machines.py index a662b67..a303d78 100755 --- a/gen_machines.py +++ b/gen_machines.py @@ -89,3 +89,5 @@ gen_bridge_files(bridges) for c in comps.values(): c.gen_files() + +print("It's up to user to provide connectivity to the network. One way is to provide existing routing via OSPF to net_7.")