File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,9 @@ small IPv4 topology with OSPF / FRR
9
9
- 8routers
10
10
reference IPv6 topology with OSPFv3 / FRR
11
11
12
- - 3routers-isis-ipv6
13
- small IPv6 topology with IS-IS / FRR
14
-
15
12
- 8routers-isis-ipv6
16
13
reference IPv6 topology with IS-IS / FRR
17
14
18
- - YAML
19
- IPv6 topology can be defined, dynamic routing with OSPFv3 / FRR
20
-
21
15
```
22
16
23
17
## Installation of FRRouting suite (FRR)
@@ -39,7 +33,11 @@ If FRR is not installed, follow these instructions (for Ubuntu/Debian):
39
33
40
34
4 ) run lsb_release -s -c
41
35
42
- 5 ) Edit the sources.list file in the /etc/apt folder, adding the following line at the end: deb https://deb.frrouting.org/frr <release > frr-stable
36
+ 5 ) Edit the sources.list file in the /etc/apt folder, adding the following line at the end:
37
+ ```
38
+
39
+ deb https://deb.frrouting.org/frr <release> frr-stable
40
+ ```
43
41
replacing <release > with the output of lsb_release -s -c
44
42
45
43
6 ) sudo apt update
You can’t perform that action at this time.
0 commit comments