Replace all post_url with Hugo ref blocks
This commit is contained in:
@ -17,13 +17,13 @@ can read all about in my series on VPP back in 2021:
|
||||
|
||||
[{: style="width:300px; float: right; margin-left: 1em;"}](https://video.ipng.ch/w/erc9sAofrSZ22qjPwmv6H4)
|
||||
|
||||
* [[Part 1]({% post_url 2021-08-12-vpp-1 %})]: Punting traffic through TUN/TAP interfaces into Linux
|
||||
* [[Part 2]({% post_url 2021-08-13-vpp-2 %})]: Mirroring VPP interface configuration into Linux
|
||||
* [[Part 3]({% post_url 2021-08-15-vpp-3 %})]: Automatically creating sub-interfaces in Linux
|
||||
* [[Part 4]({% post_url 2021-08-25-vpp-4 %})]: Synchronize link state, MTU and addresses to Linux
|
||||
* [[Part 5]({% post_url 2021-09-02-vpp-5 %})]: Netlink Listener, synchronizing state from Linux to VPP
|
||||
* [[Part 6]({% post_url 2021-09-10-vpp-6 %})]: Observability with LibreNMS and VPP SNMP Agent
|
||||
* [[Part 7]({% post_url 2021-09-21-vpp-7 %})]: Productionizing and reference Supermicro fleet at IPng
|
||||
* [[Part 1]({{< ref "2021-08-12-vpp-1" >}})]: Punting traffic through TUN/TAP interfaces into Linux
|
||||
* [[Part 2]({{< ref "2021-08-13-vpp-2" >}})]: Mirroring VPP interface configuration into Linux
|
||||
* [[Part 3]({{< ref "2021-08-15-vpp-3" >}})]: Automatically creating sub-interfaces in Linux
|
||||
* [[Part 4]({{< ref "2021-08-25-vpp-4" >}})]: Synchronize link state, MTU and addresses to Linux
|
||||
* [[Part 5]({{< ref "2021-09-02-vpp-5" >}})]: Netlink Listener, synchronizing state from Linux to VPP
|
||||
* [[Part 6]({{< ref "2021-09-10-vpp-6" >}})]: Observability with LibreNMS and VPP SNMP Agent
|
||||
* [[Part 7]({{< ref "2021-09-21-vpp-7" >}})]: Productionizing and reference Supermicro fleet at IPng
|
||||
|
||||
With this, I can make a regular server running Linux use VPP as kind of a software ASIC for super
|
||||
fast forwarding, filtering, NAT, and so on, while keeping control of the interface state (links,
|
||||
@ -43,7 +43,7 @@ Google [[ref](https://sre.google/sre-book/practical-alerting/)] but popularized
|
||||
open source interpretation called **Prometheus** [[ref](https://prometheus.io/)]. IPng Networks ♥ Prometheus.
|
||||
|
||||
I'm a really huge fan of Prometheus and its graphical frontend Grafana, as you can see with my work on
|
||||
Mastodon in [[this article]({% post_url 2022-11-27-mastodon-3 %})]. Join me on
|
||||
Mastodon in [[this article]({{< ref "2022-11-27-mastodon-3" >}})]. Join me on
|
||||
[[ublog.tech](https://ublog.tech)] if you haven't joined the Fediverse yet. It's well monitored!
|
||||
|
||||
### SNMP
|
||||
|
Reference in New Issue
Block a user