diff options
author | Daniel T. Thorpe <daniel.thorpe@citrix.com> | 2021-02-11 02:31:39 +0000 |
---|---|---|
committer | Daniel T. Thorpe <daniel.thorpe@citrix.com> | 2021-02-11 02:31:39 +0000 |
commit | d92feb4cc4808632b7273ff5c546dd36b4ce5331 (patch) | |
tree | 81f107328c0b9c39d7296897119562dbf086f164 /docs/_include | |
parent | e88fba68357181bd54fcc7489cbba08780cee6cd (diff) | |
download | vyos-documentation-d92feb4cc4808632b7273ff5c546dd36b4ce5331.tar.gz vyos-documentation-d92feb4cc4808632b7273ff5c546dd36b4ce5331.zip |
docs(interface-xdp.txt): change XDP available version to 1.4
the configuration node for XDP was removed in 1.3 - see
https://github.com/vyos/vyos-1x/commit/801c523502e5594da4796854d0ea2ecdd2d04958
T2666
Diffstat (limited to 'docs/_include')
-rw-r--r-- | docs/_include/interface-xdp.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_include/interface-xdp.txt b/docs/_include/interface-xdp.txt index d87151fc..34b46bdf 100644 --- a/docs/_include/interface-xdp.txt +++ b/docs/_include/interface-xdp.txt @@ -1,6 +1,6 @@ .. cfgcmd:: set interfaces {{ var0 }} <interface> xdp - Enable support for Linux :abbr:`XDP (eXpress Data Path)` on recent 1.3 rolling + Enable support for Linux :abbr:`XDP (eXpress Data Path)` on recent 1.4 rolling releases. You must enable it for every interface which should participate in the XDP forwarding. @@ -24,4 +24,4 @@ .. code-block:: none - set interfaces {{ var0 }} {{ var1 }} xdp
\ No newline at end of file + set interfaces {{ var0 }} {{ var1 }} xdp |