Skip to content

Commit 1050375

Browse files
committed
Use pure Jekyll anchor for images
For inspiration, see https://stackoverflow.com/a/77842637 Signed-off-by: Joachim Wiberg <[email protected]>
1 parent b80c071 commit 1050375

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Diff for: _posts/2024-01-30-ospf-unnumbered-infix.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ IP plans for the PtP connections can be tedious and limits flexibility
1616
as configurations must be coordinated and matched with each neighbor.
1717
The figure below is used as illustration.
1818

19-
<a id="fig1">&nbsp;</a>
20-
![](/assets/img/ospf-unnumbered-fig1.svg)
19+
![](/assets/img/ospf-unnumbered-fig1.svg){: #fig1}
2120
_**Figure 1**: OSPF network with point-to-point links._
2221

2322
The setup disregards any user networks attached to the routers, and
@@ -65,8 +64,7 @@ It's always a good idea to start with the smallest setup to get a feel
6564
for the system, and how to [troubleshoot](#troubleshooting) it. So we
6665
start out with a simple network, just two nodes:
6766

68-
<a id="fig2">&nbsp;</a>
69-
![](/assets/img/ospf-unnumbered-fig2.svg)
67+
![](/assets/img/ospf-unnumbered-fig2.svg){: #fig2}
7068
_**Figure 2**: OSPF network with point-to-point link between two routers._
7169

7270
The first step, the IP plan, is already shown in Figure 2.
@@ -456,8 +454,7 @@ In addition to the point-to-point links, the router likely has regular
456454
LAN subnets where hosts can be connected. In Figure 3, host subnets
457455
have been added to R1 and R6.
458456

459-
<a id="fig3">&nbsp;</a>
460-
![](/assets/img/ospf-unnumbered-fig3.svg)
457+
![](/assets/img/ospf-unnumbered-fig3.svg){: #fig3}
461458
_**Figure 3**: LAN broadcast networks added at R1 and R6._
462459

463460
On R1, *eth2* is configured with IP address 10.0.1.1/24, and enabled

0 commit comments

Comments
 (0)