From f0585038437e83d9f73f2f5256f9760edef7ea6b Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 14 May 2026 02:42:13 +0300 Subject: docs: convert _include/interface-vrf.txt MyST→RST (per RST-leftovers cleanup design) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/_include/interface-vrf.txt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'docs/_include/interface-vrf.txt') diff --git a/docs/_include/interface-vrf.txt b/docs/_include/interface-vrf.txt index ab98c2d3..0762b676 100644 --- a/docs/_include/interface-vrf.txt +++ b/docs/_include/interface-vrf.txt @@ -1,18 +1,17 @@ -::::{cfgcmd} set interfaces {{ var0 }} \ {{ var2 }} {{ var3 }} - -:::: +.. cfgcmd:: set interfaces {{ var0 }} {{ var2 }} {{ var3 }} {{ var5 }} {{ var6 }} vrf Place interface in given VRF instance. - :::{seealso} - There is an entire chapter about how to configure a :ref:`vrf`, + .. seealso:: + + There is an entire chapter about how to configure a :ref:`vrf`, + + please check this for additional information. - please check this for additional information. - ::: Example: .. code-block:: none - set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} {{ var5 }} {{ var7 }} vrf red \ No newline at end of file + set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} {{ var5 }} {{ var7 }} vrf red -- cgit v1.2.3 From 76cc079a11c8d2f60238a4ec19db02ab20d0c09c Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 14 May 2026 07:19:11 +0300 Subject: docs: remove spurious mid-sentence blank lines in 4 admonition bodies (Copilot review) --- docs/_include/interface-address-with-dhcp.txt | 1 - docs/_include/interface-ip.txt | 1 - docs/_include/interface-ipv6.txt | 1 - docs/_include/interface-vrf.txt | 1 - 4 files changed, 4 deletions(-) (limited to 'docs/_include/interface-vrf.txt') diff --git a/docs/_include/interface-address-with-dhcp.txt b/docs/_include/interface-address-with-dhcp.txt index 8b7c3431..b936abf4 100644 --- a/docs/_include/interface-address-with-dhcp.txt +++ b/docs/_include/interface-address-with-dhcp.txt @@ -15,7 +15,6 @@ .. note:: When using DHCP to retrieve IPv4 address and if local - customizations are needed, they should be possible using the enter and exit hooks provided. The hook dirs are: diff --git a/docs/_include/interface-ip.txt b/docs/_include/interface-ip.txt index 4a8dbe64..3217e8cb 100644 --- a/docs/_include/interface-ip.txt +++ b/docs/_include/interface-ip.txt @@ -16,7 +16,6 @@ .. hint:: MSS value = MTU - 20 (IP header) - 20 (TCP header), resulting in - 1452 bytes on a 1492 byte MTU. Instead of a numerical MSS value ``clamp-mss-to-pmtu`` can be used to diff --git a/docs/_include/interface-ipv6.txt b/docs/_include/interface-ipv6.txt index f04c32be..0d355849 100644 --- a/docs/_include/interface-ipv6.txt +++ b/docs/_include/interface-ipv6.txt @@ -13,7 +13,6 @@ .. note:: This method automatically disables IPv6 traffic forwarding on the - interface in question. Example: diff --git a/docs/_include/interface-vrf.txt b/docs/_include/interface-vrf.txt index 0762b676..d5d43666 100644 --- a/docs/_include/interface-vrf.txt +++ b/docs/_include/interface-vrf.txt @@ -7,7 +7,6 @@ .. seealso:: There is an entire chapter about how to configure a :ref:`vrf`, - please check this for additional information. Example: -- cgit v1.2.3