summaryrefslogtreecommitdiff
path: root/docs/_include/interface-mirror.txt
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-14 02:56:58 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-05-14 02:56:58 +0300
commit2b1daf484bf71804e0034c13d96d3b37dffd8990 (patch)
tree747c16475b3a47b6c2a2b6bc20ed5fe520ec9393 /docs/_include/interface-mirror.txt
parentf51e7e3fe9272e735fa287de4ca4fec4522739f2 (diff)
downloadvyos-documentation-2b1daf484bf71804e0034c13d96d3b37dffd8990.tar.gz
vyos-documentation-2b1daf484bf71804e0034c13d96d3b37dffd8990.zip
docs: fix cfgcmd body indent in interface-mirror.txt (Copilot review)
Diffstat (limited to 'docs/_include/interface-mirror.txt')
-rw-r--r--docs/_include/interface-mirror.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/_include/interface-mirror.txt b/docs/_include/interface-mirror.txt
index 178f2060..c2305c15 100644
--- a/docs/_include/interface-mirror.txt
+++ b/docs/_include/interface-mirror.txt
@@ -13,23 +13,23 @@ for different traffic directions.
.. cfgcmd:: set interfaces {{ var0 }} <interface> mirror
ingress <monitor-interface>
- Configure port mirroring for ``<interface>`` inbound traffic and copy the
- traffic to ``<monitor-interface>``
+ Configure port mirroring for ``<interface>`` inbound traffic and copy the
+ traffic to ``<monitor-interface>``
- Example: Mirror the inbound traffic of ``{{ var1 }}`` port to ``{{ var2 }}``
+ Example: Mirror the inbound traffic of ``{{ var1 }}`` port to ``{{ var2 }}``
- .. code-block:: none
+ .. code-block:: none
- set interfaces {{ var0 }} {{ var1 }} mirror ingress {{ var2 }}
+ set interfaces {{ var0 }} {{ var1 }} mirror ingress {{ var2 }}
.. cfgcmd:: set interfaces {{ var0 }} <interface> mirror egress
<monitor-interface>
- Configure port mirroring for ``<interface>`` outbound traffic and copy the
- traffic to ``<monitor-interface>``
+ Configure port mirroring for ``<interface>`` outbound traffic and copy the
+ traffic to ``<monitor-interface>``
- Example: Mirror the outbound traffic of ``{{ var1 }}`` port to ``{{ var2 }}``
+ Example: Mirror the outbound traffic of ``{{ var1 }}`` port to ``{{ var2 }}``
- .. code-block:: none
+ .. code-block:: none
- set interfaces {{ var0 }} {{ var1 }} mirror egress {{ var2 }}
+ set interfaces {{ var0 }} {{ var1 }} mirror egress {{ var2 }}