Replace all post_url with Hugo ref blocks

This commit is contained in:
2024-08-05 01:43:55 +02:00
parent c1f1775c91
commit a2f10236a3
56 changed files with 221 additions and 241 deletions

View File

@ -17,12 +17,12 @@ are shared between the two.
In the last three articles, I thought I had described "all we need to know" to perform MPLS using
the Linux Controlplane in VPP:
1. In the [[first article]({%post_url 2023-05-07-vpp-mpls-1 %})] of this series, I took a look at MPLS
1. In the [[first article]({{< ref "2023-05-07-vpp-mpls-1" >}})] of this series, I took a look at MPLS
in general.
2. In the [[second article]({% post_url 2023-05-17-vpp-mpls-2 %})] of the series, I demonstrated a few
2. In the [[second article]({{< ref "2023-05-17-vpp-mpls-2" >}})] of the series, I demonstrated a few
special case labels (such as _Explicit Null_ and _Implicit Null_ which enables the fabled
_Penultimate Hop Popping_ behavior of MPLS.
3. Then, in the [[third article]({% post_url 2023-05-21-vpp-mpls-3%})], I worked with
3. Then, in the [[third article]({{< ref "2023-05-21-vpp-mpls-3" >}})], I worked with
[@vifino](https://chaos.social/@vifino) to implement the plumbing for MPLS in the Linux Control Plane
plugin for VPP. He did most of the work, I just watched :)