Skip to content

Commit c0bc90b

Browse files
Update README.md
1 parent 21284aa commit c0bc90b

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,9 @@ small IPv4 topology with OSPF / FRR
99
- 8routers
1010
reference IPv6 topology with OSPFv3 / FRR
1111
12-
- 3routers-isis-ipv6
13-
small IPv6 topology with IS-IS / FRR
14-
1512
- 8routers-isis-ipv6
1613
reference IPv6 topology with IS-IS / FRR
1714
18-
- YAML
19-
IPv6 topology can be defined, dynamic routing with OSPFv3 / FRR
20-
2115
```
2216

2317
## Installation of FRRouting suite (FRR)
@@ -39,7 +33,11 @@ If FRR is not installed, follow these instructions (for Ubuntu/Debian):
3933

4034
4) run lsb_release -s -c
4135

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+
```
4341
replacing <release> with the output of lsb_release -s -c
4442

4543
6) sudo apt update

0 commit comments

Comments
 (0)