diff options
| author | LiudmylaNad <l.nadolina@vyos.io> | 2026-08-04 11:54:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-04 10:54:54 +0100 |
| commit | 873a388fdb5faeb869881cc780de16c96385e433 (patch) | |
| tree | a45874674c10ef5611e39b040ecc01ec48f8911b /docs/configuration/interfaces/bridge.md | |
| parent | 2ea0928fc0277eacb208765ab119055908b8e184 (diff) | |
| download | vyos-documentation-sagitta.tar.gz vyos-documentation-sagitta.zip | |
docs: fix MyST roles used inside eval-rst blocks (#2125)sagitta
* docs: fix MyST roles used inside eval-rst blocks
* Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Diffstat (limited to 'docs/configuration/interfaces/bridge.md')
| -rw-r--r-- | docs/configuration/interfaces/bridge.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/configuration/interfaces/bridge.md b/docs/configuration/interfaces/bridge.md index 409412c1..d224bb2f 100644 --- a/docs/configuration/interfaces/bridge.md +++ b/docs/configuration/interfaces/bridge.md @@ -35,10 +35,10 @@ Spanning Tree Protocol is not enabled by default in VyOS. Assign `<member>` interface to bridge `<interface>`. A completion helper will help you with all allowed interfaces which can be - bridged. This includes {ref}`ethernet-interface`, - {ref}`bond-interface`, {ref}`l2tpv3-interface`, {ref}`openvpn`, - {ref}`vxlan-interface`, {ref}`wireless-interface`, - {ref}`tunnel-interface` and {ref}`geneve-interface`. + bridged. This includes :ref:`ethernet-interface`, + :ref:`bond-interface`, :ref:`l2tpv3-interface`, :ref:`openvpn`, + :ref:`vxlan-interface`, :ref:`wireless-interface`, + :ref:`tunnel-interface` and :ref:`geneve-interface`. ``` |
