Replace all post_url with Hugo ref blocks
This commit is contained in:
content
articles
2021-02-27-network.md2021-03-27-coloclue-vpp.md2021-05-26-amsterdam.md2021-05-28-lille.md2021-06-01-paris.md2021-07-03-geneva.md2021-07-26-bucketlist.md2021-08-07-fs-switch.md2021-08-13-vpp-2.md2021-08-15-vpp-3.md2021-08-25-vpp-4.md2021-08-26-fiber7-x.md2021-09-02-vpp-5.md2021-09-21-vpp-7.md2021-10-24-as8298.md2021-11-26-netgate-6100.md2021-12-23-vpp-playground.md2022-02-14-vpp-vlan-gym.md2022-02-21-asr9006.md2022-03-03-syslog-telegram.md2022-03-27-vppcfg-1.md2022-04-02-vppcfg-2.md2022-10-14-lab-1.md2022-11-20-mastodon-1.md2022-11-24-mastodon-2.md2022-11-27-mastodon-3.md2022-12-05-oem-switch-1.md2022-12-09-oem-switch-2.md2023-02-12-fitlet2.md2023-02-24-coloclue-vpp-2.md2023-03-11-mpls-core.md2023-03-17-ipng-frontends.md2023-03-24-lego-dns01.md2023-04-09-vpp-stats.md2023-05-07-vpp-mpls-1.md2023-05-17-vpp-mpls-2.md2023-05-21-vpp-mpls-3.md2023-05-28-vpp-mpls-4.md2023-08-06-pixelfed-1.md2023-08-27-ansible-nginx.md2023-10-21-vpp-ixp-gateway-1.md2023-11-11-mellanox-sn2700.md2023-12-17-defra0-debian.md2024-01-27-vpp-papi.md2024-02-10-vpp-freebsd-1.md2024-02-17-vpp-freebsd-2.md2024-03-06-vpp-babel-1.md2024-04-06-vpp-ospf.md2024-04-27-freeix-1.md2024-05-17-smtp.md2024-05-25-nat64-1.md2024-06-22-vpp-ospf-2.md2024-06-29-coloclue-ipng.md2024-07-05-r86s.md2024-08-03-gowin.md
services.md@ -28,7 +28,7 @@ allowing changes to interfaces made in Linux to make their way back into VPP!
|
||||
|
||||
## My test setup
|
||||
|
||||
I'm keeping the setup from the [third post]({% post_url 2021-08-15-vpp-3 %}). A Linux machine has an
|
||||
I'm keeping the setup from the [third post]({{< ref "2021-08-15-vpp-3" >}}). A Linux machine has an
|
||||
interface `enp66s0f0` which has 4 sub-interfaces (one dot1q tagged, one q-in-q, one dot1ad tagged,
|
||||
and one q-in-ad), giving me five flavors in total. Then, I created an LACP `bond0` interface, which
|
||||
also has the whole kit and caboodle of sub-interfaces defined, see below in the Appendix for details,
|
||||
@ -55,7 +55,7 @@ I implement the Linux-to-VPP synchronization using, _quelle surprise_, Netlink m
|
||||
|
||||
### Startingpoint
|
||||
|
||||
Based on the state of the plugin after the [third post]({% post_url 2021-08-15-vpp-3 %}),
|
||||
Based on the state of the plugin after the [third post]({{< ref "2021-08-15-vpp-3" >}}),
|
||||
operators can enable `lcp-sync` (which copies changes made in VPP into their Linux counterpart)
|
||||
and `lcp-auto-subint` (which extends sub-interface creation in VPP to automatically create a
|
||||
Linux Interface Pair, or _LIP_, and its companion Linux network interface):
|
||||
@ -342,7 +342,7 @@ implementation starts approaching 'vanilla' Linux user experience!
|
||||
|
||||
Here's [a screencast](https://asciinema.org/a/432243) showing me playing around a bit, demonstrating
|
||||
that synchronization works pretty well in both directions, a huge improvement from the
|
||||
[previous screencast](https://asciinema.org/a/430411) in my [second post]({% post_url 2021-08-13-vpp-2 %}),
|
||||
[previous screencast](https://asciinema.org/a/430411) in my [second post]({{< ref "2021-08-13-vpp-2" >}}),
|
||||
which was only two weeks ago:
|
||||
|
||||
<script id="asciicast-432243" src="https://asciinema.org/a/432243.js" async></script>
|
||||
@ -381,7 +381,7 @@ of help along the way from Neale Ranns and Jon Loeliger. I'd like to thank them
|
||||
|
||||
#### Ubuntu config
|
||||
|
||||
This configuration has been the exact same ever since [my first post]({% post_url 2021-08-12-vpp-1 %}):
|
||||
This configuration has been the exact same ever since [my first post]({{< ref "2021-08-12-vpp-1" >}}):
|
||||
```
|
||||
# Untagged interface
|
||||
ip addr add 10.0.1.2/30 dev enp66s0f0
|
||||
|
Reference in New Issue
Block a user