Skip to content

Commit

Permalink
doc: missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoMNardi committed Aug 21, 2023
1 parent 3339f7c commit 594165f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
1 change: 1 addition & 0 deletions doc/developer/building-frr-for-debian9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ Troubleshooting
Shared library error
^^^^^^^^^^^^^^^^^^^^


If you try and start any of the frrouting daemons you may see the below
error due to the frrouting shared library directory not being found:

Expand Down
19 changes: 1 addition & 18 deletions tests/topotests/bfd_bgp_cbit_topo3/test_bfd_bgp_cbit_topo3.dot
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
## Color coding:
#########################
## Main FRR: #f08080 red
## Switches: #d0e0d0 gray
## RIP: #19e3d9 Cyan
## RIPng: #fcb314 dark yellow
## OSPFv2: #32b835 Green
## OSPFv3: #19e3d9 Cyan
## ISIS IPv4 #fcb314 dark yellow
## ISIS IPv6 #9a81ec purple
## BGP IPv4 #eee3d3 beige
## BGP IPv6 #fdff00 yellow
##### Colors (see http://www.color-hex.com/)

graph template {
label="bfd-topo2";

# Routers
r1 [
shape=doubleoctagon,
label="r1",
Expand All @@ -30,12 +15,11 @@ graph template {
];
r3 [
shape=doubleoctagon
label="r4",
label="r3",
fillcolor="#f08080",
style=filled,
];

# Switches
sw1 [
shape=oval,
label="sw1\n2001:db8:1::/64",
Expand All @@ -49,7 +33,6 @@ graph template {
style=filled,
];

# Connections
r1 -- sw1 [label="eth0"];
r2 -- sw1 [label="eth0"];

Expand Down

0 comments on commit 594165f

Please sign in to comment.