Rename route-0 -> route0

This commit is contained in:
Wojciech Kozlowski 2019-04-07 13:11:21 +02:00
parent 5482b89128
commit 0d9c83515b
4 changed files with 6 additions and 6 deletions

View File

@ -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 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 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 ## Adding a new scenario

View File

@ -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 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. the "copyright" line and a pointer to where the full notice is found.
route-0 Route 0
Copyright (C) 2019 Wojciech Kozlowski Copyright (C) 2019 Wojciech Kozlowski
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -42,12 +42,12 @@ Virtual Machine (VM) image developed specifically for this project.
TODO: INSTRUCTIONS FOR VM IMAGE 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 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 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 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 `<topology_name>` and `<scenario_name>` you can run an Once you have chosen `<topology_name>` and `<scenario_name>` you can run an
experiment with the following command. experiment with the following command.
``` ```
sudo python route-0.py --topology <topology_name> --scenario <scenario_name> sudo python route0.py --topology <topology_name> --scenario <scenario_name>
``` ```
### Connecting to an FRR daemon ### Connecting to an FRR daemon