diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-14 02:56:58 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-14 02:56:58 +0300 |
| commit | 2b1daf484bf71804e0034c13d96d3b37dffd8990 (patch) | |
| tree | 747c16475b3a47b6c2a2b6bc20ed5fe520ec9393 /docs/_include | |
| parent | f51e7e3fe9272e735fa287de4ca4fec4522739f2 (diff) | |
| download | vyos-documentation-2b1daf484bf71804e0034c13d96d3b37dffd8990.tar.gz vyos-documentation-2b1daf484bf71804e0034c13d96d3b37dffd8990.zip | |
docs: fix cfgcmd body indent in interface-mirror.txt (Copilot review)
Diffstat (limited to 'docs/_include')
| -rw-r--r-- | docs/_include/interface-mirror.txt | 20 |
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 }} |
