summaryrefslogtreecommitdiffstats
path: root/tests/topotests/README.md
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2017-04-08 12:39:47 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-11-28 02:22:11 +0100
commit598d845766cbda09b25ea8b23415a8bc07392168 (patch)
tree6bb771e2560868a551b3998cc9f1df290644393b /tests/topotests/README.md
parentrip_topo1: Adding new test for RIPv2 Topology (diff)
downloadfrr-598d845766cbda09b25ea8b23415a8bc07392168.tar.xz
frr-598d845766cbda09b25ea8b23415a8bc07392168.zip
Update FreeRangeRouting -> FRRouting name
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'tests/topotests/README.md')
-rw-r--r--tests/topotests/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/topotests/README.md b/tests/topotests/README.md
index 7e82a3fa4..ce494d49e 100644
--- a/tests/topotests/README.md
+++ b/tests/topotests/README.md
@@ -1,4 +1,4 @@
-# FreeRangeRouting Topology Tests with Mininet
+# FRRouting Topology Tests with Mininet
## Installation of Mininet for running tests
Only tested with Ubuntu 16.04 (which uses Mininet 2.2.0)
@@ -36,7 +36,7 @@ Optional, will give better output
4. reboot (for options to take effect)
-## FreeRangeRouting (FRR) Installation
+## FRRouting (FRR) Installation
FRR needs to be installed separatly. It is assume to be configured
like the standard Ubuntu Packages:
@@ -50,7 +50,7 @@ like the standard Ubuntu Packages:
No FRR config needs to be done and no FRR daemons should be run ahead
of the test. They are all started as part of the test
-#### Manual FreeRangeRouting (FRR) build
+#### Manual FRRouting (FRR) build
If you prefer to manually build FRR, then use the following suggested config:
@@ -72,7 +72,7 @@ And create frr User and frrvty group as follows:
addgroup --system --gid 92 frr
addgroup --system --gid 85 frrvty
adduser --system --ingroup frr --home /var/run/frr/ \
- --gecos "FreeRangeRouting suite" --shell /bin/false frr
+ --gecos "FRRouting suite" --shell /bin/false frr
usermod -G frrvty frr
## Executing Tests