Replace all post_url with Hugo ref blocks
This commit is contained in:
@ -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