]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Update FreeRangeRouting -> FRRouting name
authorMartin Winter <mwinter@opensourcerouting.org>
Sat, 8 Apr 2017 10:39:47 +0000 (03:39 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:11 +0000 (20:22 -0500)
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
tests/topotests/README.md
tests/topotests/ospf6-topo1/README.md
tests/topotests/ospf6-topo1/test_ospf6_topo1.py

index 7e82a3fa4ed16e4a1cd526057d30bdd74bc92f19..ce494d49eb3a161815ebd1ea21146b96d85d73ab 100644 (file)
@@ -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
index e638550f4db4b8f6964e355094d44de1396e8d58..2369ab22f7ce30ddf078a9f0651fb3653e1bcac0 100644 (file)
@@ -10,7 +10,7 @@
                  | ::1                      | ::2                |
        +---------+---------+      +---------+---------+          |
        |        R1         |      |        R2         |          |
-       |  FreeRangeRouting |      |  FreeRangeRouting |          |
+       |     FRRouting     |      |     FRRouting     |          |
        | Rtr-ID: 10.0.0.1  |      | Rtr-ID: 10.0.0.2  |          |
        +---------+---------+      +---------+---------+          |
                  | ::1                      | ::2                 \
@@ -26,7 +26,7 @@
                             | ::3            | SW3 - Stub Net 3  | 
                   +---------+---------+    /-+ fc00:3:3:3::/64   |
                   |        R3         |   /  |                  /
-                  |  FreeRangeRouting +--/    \----            /
+                  |     FRRouting     +--/    \----            /
                   | Rtr-ID: 10.0.0.3  | ::3        ___________/
                   +---------+---------+                       \
                             | ::3                              \
@@ -40,7 +40,7 @@
                             | ::4                                 /
                   +---------+---------+       /----              |
                   |        R4         |      | SW4 - Stub Net 4  |
-                  |  FreeRangeRouting +------+ fc00:4:4:4::/64   |
+                  |     FRRouting     +------+ fc00:4:4:4::/64   |
                   | Rtr-ID: 10.0.0.4  | ::4  |                   /
                   +-------------------+       \----             /
                                                           -----/
index 6da2e89780f8e888966676e378dd7684ced8bcb7..963e49e719d1b5fde8086f3ef3a63158db6b8be5 100755 (executable)
@@ -34,7 +34,7 @@ test_ospf6_topo1.py:
           | ::1                      | ::2                |
 +---------+---------+      +---------+---------+          |
 |        R1         |      |        R2         |          |
-|  FreeRangeRouting |      |  FreeRangeRouting |          |
+|     FRRouting     |      |     FRRouting     |          |
 | Rtr-ID: 10.0.0.1  |      | Rtr-ID: 10.0.0.2  |          |
 +---------+---------+      +---------+---------+          |
           | ::1                      | ::2                 \
@@ -50,7 +50,7 @@ test_ospf6_topo1.py:
                      | ::3            | SW3 - Stub Net 3  | 
            +---------+---------+    /-+ fc00:3:3:3::/64   |
            |        R3         |   /  |                  /
-           |  FreeRangeRouting +--/    \----            /
+           |     FRRouting     +--/    \----            /
            | Rtr-ID: 10.0.0.3  | ::3        ___________/
            +---------+---------+                       \
                      | ::3                              \
@@ -64,7 +64,7 @@ test_ospf6_topo1.py:
                      | ::4                                 /
            +---------+---------+       /----              |
            |        R4         |      | SW4 - Stub Net 4  |
-           | FreeRangeRouting  +------+ fc00:4:4:4::/64   |
+           |     FRRouting     +------+ fc00:4:4:4::/64   |
            | Rtr-ID: 10.0.0.4  | ::4  |                   /
            +-------------------+       \----             /
                                                    -----/