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.")