diff mbox series

[ovs-dev] faq: Return GRE-IPv6 tunneling support.

Message ID 20190215103720.10230-1-i.maximets@samsung.com
State Accepted
Headers show
Series [ovs-dev] faq: Return GRE-IPv6 tunneling support. | expand

Commit Message

Ilya Maximets Feb. 15, 2019, 10:37 a.m. UTC
Accidentially changed while updating conntrack support.

CC: Darrell Ball <dlu998@gmail.com>
Fixes: 4ea96698f667 ("Userspace datapath: Add fragmentation handling.")
Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
---
 Documentation/faq/releases.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Darrell Ball Feb. 15, 2019, 4:56 p.m. UTC | #1
thanks for the fix Ilya


On Fri, Feb 15, 2019 at 2:37 AM Ilya Maximets <i.maximets@samsung.com>
wrote:

> Accidentially changed while updating conntrack support.
>
> CC: Darrell Ball <dlu998@gmail.com>
> Fixes: 4ea96698f667 ("Userspace datapath: Add fragmentation handling.")
> Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
> ---
>  Documentation/faq/releases.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/faq/releases.rst
> b/Documentation/faq/releases.rst
> index a78152b54..fd45efdba 100644
> --- a/Documentation/faq/releases.rst
> +++ b/Documentation/faq/releases.rst
> @@ -117,7 +117,7 @@ Q: Are all features available with all datapaths?
>      Tunnel - GRE                    3.11           YES          YES
> YES
>      Tunnel - VXLAN                  3.12           YES          YES
> YES
>      Tunnel - Geneve                 3.18           YES          YES
> YES
> -    Tunnel - GRE-IPv6               NO             NO           YES
> NO
> +    Tunnel - GRE-IPv6               4.18           YES          YES
> NO
>      Tunnel - VXLAN-IPv6             4.3            YES          YES
> NO
>      Tunnel - Geneve-IPv6            4.4            YES          YES
> NO
>      Tunnel - ERSPAN                 4.18           YES          YES
> NO
> --
> 2.17.1
>
>
Ben Pfaff Feb. 22, 2019, 9:54 p.m. UTC | #2
On Fri, Feb 15, 2019 at 01:37:20PM +0300, Ilya Maximets wrote:
> Accidentially changed while updating conntrack support.
> 
> CC: Darrell Ball <dlu998@gmail.com>
> Fixes: 4ea96698f667 ("Userspace datapath: Add fragmentation handling.")
> Signed-off-by: Ilya Maximets <i.maximets@samsung.com>

Thanks, Ilya (and Darrell).  Applied to master.
diff mbox series

Patch

diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
index a78152b54..fd45efdba 100644
--- a/Documentation/faq/releases.rst
+++ b/Documentation/faq/releases.rst
@@ -117,7 +117,7 @@  Q: Are all features available with all datapaths?
     Tunnel - GRE                    3.11           YES          YES      YES
     Tunnel - VXLAN                  3.12           YES          YES      YES
     Tunnel - Geneve                 3.18           YES          YES      YES
-    Tunnel - GRE-IPv6               NO             NO           YES      NO
+    Tunnel - GRE-IPv6               4.18           YES          YES      NO
     Tunnel - VXLAN-IPv6             4.3            YES          YES      NO
     Tunnel - Geneve-IPv6            4.4            YES          YES      NO
     Tunnel - ERSPAN                 4.18           YES          YES      NO