diff options
author | Robert Göhler <github@ghlr.de> | 2022-08-15 09:57:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 09:57:51 +0200 |
commit | 61ce38a4828ecfb3dc526a68b1c64318f3288bc9 (patch) | |
tree | 927dcf41132f02a97902a95fb8df0e3ae24c0e12 /docs/configuration | |
parent | 158adb119bfa352c40b8170689fcb33fef6ae5ad (diff) | |
parent | fb7b7f20eaf938404c02a4602ce09e0bfe63cf30 (diff) | |
download | vyos-documentation-61ce38a4828ecfb3dc526a68b1c64318f3288bc9.tar.gz vyos-documentation-61ce38a4828ecfb3dc526a68b1c64318f3288bc9.zip |
Merge pull request #835 from evie404/patch-3
update ethernet hardware offload to reflect current options and order
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/interfaces/ethernet.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/interfaces/ethernet.rst b/docs/configuration/interfaces/ethernet.rst index dcc9e529..96ccb25f 100644 --- a/docs/configuration/interfaces/ethernet.rst +++ b/docs/configuration/interfaces/ethernet.rst @@ -71,8 +71,8 @@ Ethernet options Offloading ---------- -.. cfgcmd:: set interfaces ethernet <interface> offload <gro | gso | sg | tso | - ufo | rps> +.. cfgcmd:: set interfaces ethernet <interface> offload <gro | gso | lro | rps | + sg | tso> Enable different types of hardware offloading on the given NIC. |