diff options
author | Evelyn Pai <wowitsevelynwow+github@gmail.com> | 2022-08-14 10:01:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-14 10:01:13 -0700 |
commit | fb7b7f20eaf938404c02a4602ce09e0bfe63cf30 (patch) | |
tree | c6c44f45f0be263c82ebf596b973d6289262fadf /docs/configuration/interfaces/ethernet.rst | |
parent | 78c58d2acd171ebbf9183c21bf76b96a0deb2edd (diff) | |
download | vyos-documentation-fb7b7f20eaf938404c02a4602ce09e0bfe63cf30.tar.gz vyos-documentation-fb7b7f20eaf938404c02a4602ce09e0bfe63cf30.zip |
update ethernet hardware offload to reflect current options and order
Diffstat (limited to 'docs/configuration/interfaces/ethernet.rst')
-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. |