Replace all post_url with Hugo ref blocks
This commit is contained in:
@ -129,7 +129,7 @@ from `xe0.10` which are tagged, and add them as-is to the bridge, which is weird
|
||||
other bridge ports are expecting untagged frames. So what I must do is tell VPP, upon receipt of a
|
||||
tagged ethernet frame on these ports, to strip the tag; and on the way out, before transmitting the
|
||||
ethernet frame, to wrap it into its correct encapsulation. This is called **tag rewriting** in VPP,
|
||||
and I've written a bit about it in [[this article]({% post_url 2022-02-14-vpp-vlan-gym %})] in case
|
||||
and I've written a bit about it in [[this article]({{< ref "2022-02-14-vpp-vlan-gym" >}})] in case
|
||||
you're curious. But to cut to the chase:
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user