From 0d9c83515b1b1f71b80372b6eacdcaa720924c2b Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sun, 7 Apr 2019 13:11:21 +0200 Subject: [PATCH] Rename route-0 -> route0 --- CONTRIBUTING.md | 2 +- LICENSE | 2 +- README.md | 8 ++++---- route-0.py => route0.py | 0 4 files changed, 6 insertions(+), 6 deletions(-) rename route-0.py => route0.py (100%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc1955b..82a02cf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ Adding a new topology is straightforward. The easiest way to start would be to copy some other topology and customise it as appropriate. Once ready, the topology should be automatically detected by -`route-0.py` when you pass your topology's name as the `--topology` argument. +`route0.py` when you pass your topology's name as the `--topology` argument. ## Adding a new scenario diff --git a/LICENSE b/LICENSE index 0cbb6ea..7cd6992 100644 --- a/LICENSE +++ b/LICENSE @@ -629,7 +629,7 @@ to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - route-0 + Route 0 Copyright (C) 2019 Wojciech Kozlowski This program is free software: you can redistribute it and/or modify diff --git a/README.md b/README.md index 1185842..533c62d 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,12 @@ Virtual Machine (VM) image developed specifically for this project. TODO: INSTRUCTIONS FOR VM IMAGE -Note that the VM does not come with the `route-0` repository. This is because +Note that the VM does not come with the `route0` repository. This is because the repository will be updated much more frequently than the VM image. You -will still need to clone `route-0` into an appropriate directory on the VM. To +will still need to clone `route0` into an appropriate directory on the VM. To do so run ``` -git clone https://github.com/Wojtek242/route-0.git +git clone https://github.com/Wojtek242/route0.git ``` If you would prefer to set up your own environment, you can follow these @@ -70,7 +70,7 @@ this `README` in the section on scenarios. Once you have chosen `` and `` you can run an experiment with the following command. ``` -sudo python route-0.py --topology --scenario +sudo python route0.py --topology --scenario ``` ### Connecting to an FRR daemon diff --git a/route-0.py b/route0.py similarity index 100% rename from route-0.py rename to route0.py