Convert all asciinema into live players - ensure there is a GIF for older casts, remove the dangling CSS/JS
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user