From 063dac1ffc8cce00e23d13767f45c72379b30bdd Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 14 May 2026 02:37:54 +0300 Subject: docs: convert _include/interface-disable-flow-control.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-disable-flow-control.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'docs/_include/interface-disable-flow-control.txt') diff --git a/docs/_include/interface-disable-flow-control.txt b/docs/_include/interface-disable-flow-control.txt index 88328c18..71a7595c 100644 --- a/docs/_include/interface-disable-flow-control.txt +++ b/docs/_include/interface-disable-flow-control.txt @@ -1,7 +1,5 @@ -::::{cfgcmd} set interfaces {{ var0 }} \ {{ var2 }} {{ var3 }} - -disable-flow-control -:::: +.. cfgcmd:: set interfaces {{ var0 }} {{ var2 }} {{ var3 }} + disable-flow-control Ethernet flow control is a mechanism for temporarily stopping the transmission of data on Ethernet family computer networks. The goal of this mechanism is to @@ -22,4 +20,4 @@ disable-flow-control .. code-block:: none - set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} disable-flow-control \ No newline at end of file + set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} disable-flow-control -- cgit v1.2.3 From 377f5eae918e510924b9e9ab1702622626342a43 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 14 May 2026 02:57:03 +0300 Subject: docs: fix cfgcmd body indent in interface-disable-flow-control.txt (Copilot review) --- docs/_include/interface-disable-flow-control.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/_include/interface-disable-flow-control.txt') diff --git a/docs/_include/interface-disable-flow-control.txt b/docs/_include/interface-disable-flow-control.txt index 71a7595c..718a8984 100644 --- a/docs/_include/interface-disable-flow-control.txt +++ b/docs/_include/interface-disable-flow-control.txt @@ -1,20 +1,20 @@ .. cfgcmd:: set interfaces {{ var0 }} {{ var2 }} {{ var3 }} disable-flow-control - Ethernet flow control is a mechanism for temporarily stopping the transmission - of data on Ethernet family computer networks. The goal of this mechanism is to - ensure zero packet loss in the presence of network congestion. + Ethernet flow control is a mechanism for temporarily stopping the transmission + of data on Ethernet family computer networks. The goal of this mechanism is to + ensure zero packet loss in the presence of network congestion. - The first flow control mechanism, the pause frame, was defined by the IEEE - 802.3x standard. + The first flow control mechanism, the pause frame, was defined by the IEEE + 802.3x standard. - A sending station (computer or network switch) may be transmitting data faster - than the other end of the link can accept it. Using flow control, the - receiving station can signal the sender requesting suspension of - transmissions until the receiver catches up. + A sending station (computer or network switch) may be transmitting data faster + than the other end of the link can accept it. Using flow control, the + receiving station can signal the sender requesting suspension of + transmissions until the receiver catches up. - Use this command to disable the generation of Ethernet flow control (pause - frames). + Use this command to disable the generation of Ethernet flow control (pause + frames). Example: -- cgit v1.2.3 From e45d08411b7a9197afe60630695150b44c87b174 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 14 May 2026 03:01:40 +0300 Subject: docs: re-wrap interface-disable-flow-control.txt to fit 80-char limit (doc-lint) --- docs/_include/interface-disable-flow-control.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'docs/_include/interface-disable-flow-control.txt') diff --git a/docs/_include/interface-disable-flow-control.txt b/docs/_include/interface-disable-flow-control.txt index 718a8984..17267efd 100644 --- a/docs/_include/interface-disable-flow-control.txt +++ b/docs/_include/interface-disable-flow-control.txt @@ -1,16 +1,17 @@ .. cfgcmd:: set interfaces {{ var0 }} {{ var2 }} {{ var3 }} disable-flow-control - Ethernet flow control is a mechanism for temporarily stopping the transmission - of data on Ethernet family computer networks. The goal of this mechanism is to - ensure zero packet loss in the presence of network congestion. + Ethernet flow control is a mechanism for temporarily stopping the + transmission of data on Ethernet family computer networks. The goal of + this mechanism is to ensure zero packet loss in the presence of network + congestion. The first flow control mechanism, the pause frame, was defined by the IEEE 802.3x standard. - A sending station (computer or network switch) may be transmitting data faster - than the other end of the link can accept it. Using flow control, the - receiving station can signal the sender requesting suspension of + A sending station (computer or network switch) may be transmitting data + faster than the other end of the link can accept it. Using flow control, + the receiving station can signal the sender requesting suspension of transmissions until the receiver catches up. Use this command to disable the generation of Ethernet flow control (pause -- cgit v1.2.3