Convert all asciinema into live players - ensure there is a GIF for older casts, remove the dangling CSS/JS

This commit is contained in:
2024-08-05 17:13:39 +02:00
parent e409c7112f
commit 221697a65b
15 changed files with 2247 additions and 3800 deletions

View File

@ -3,9 +3,10 @@ date: "2021-09-02T12:19:14Z"
title: VPP Linux CP - Part5
aliases:
- /s/articles/2021/09/02/vpp-5.html
params:
asciinema: true
---
{{< image width="200px" float="right" src="/assets/vpp/fdio-color.svg" alt="VPP" >}}
# About this series
@ -417,11 +418,13 @@ from the Linux host interfaces works for all 5 interface types (untagged, .1q ta
and QinAD) and for both physical and virtual interfaces (like `TenGigabitEthernet3/0/0` and `BondEthernet0`),
still works. Great.
Here's [a screencast](https://asciinema.org/a/432943) showing me playing around a bit with that configuration
shown above, demonstrating that RIB and FIB synchronisation works pretty well in both directions, making the
combination of these two plugins sufficient to run a VPP router in the _Default Free Zone_, Whoohoo!
Here's a screencast [[asciinema](/assets/vpp/432943.cast), [gif](/assets/vpp/432942.gif)] showing me
playing around a bit with that configuration shown above, demonstrating that RIB and FIB
synchronisation works pretty well in both directions, making the combination of these two plugins
sufficient to run a VPP router in the _Default Free Zone_, Whoohoo!
{{< asciinema src="/assets/vpp/432943.cast" >}}
<script id="asciicast-432943" src="https://asciinema.org/a/432943.js" async></script>
### Future work