diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2026-05-14 04:23:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-14 04:23:58 +0000 |
| commit | 90f7c6527c98a147b6cf54d801d100a1cee5b4b9 (patch) | |
| tree | 5772942e0afd71dd63483ba26076e48528f4befc /docs/_include/interface-disable-flow-control.txt | |
| parent | d0f89d74ba9f880e91c2595a3afc668a64cb9467 (diff) | |
| parent | 76cc079a11c8d2f60238a4ec19db02ab20d0c09c (diff) | |
| download | vyos-documentation-90f7c6527c98a147b6cf54d801d100a1cee5b4b9.tar.gz vyos-documentation-90f7c6527c98a147b6cf54d801d100a1cee5b4b9.zip | |
Merge pull request #2035 from vyos/yuriy/rst-leftovers-sagitta
docs: convert sagitta `_include/interface-*.txt` from MyST fences back to RST
Diffstat (limited to 'docs/_include/interface-disable-flow-control.txt')
| -rw-r--r-- | docs/_include/interface-disable-flow-control.txt | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/docs/_include/interface-disable-flow-control.txt b/docs/_include/interface-disable-flow-control.txt index 88328c18..17267efd 100644 --- a/docs/_include/interface-disable-flow-control.txt +++ b/docs/_include/interface-disable-flow-control.txt @@ -1,25 +1,24 @@ -::::{cfgcmd} set interfaces {{ var0 }} \<interface\> {{ var2 }} {{ var3 }} +.. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }} + disable-flow-control -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: .. 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 |
