diff mbox series

[ovs-dev,1/1] doc: Fix the list of supported tunnels in README.

Message ID 20230413055549.24486-1-nmiki@yahoo-corp.jp
State Accepted
Commit 36c8c101cdcd668afefee94f3c0f62ef0bc6d286
Headers show
Series [ovs-dev,1/1] doc: Fix the list of supported tunnels in README. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/intel-ovs-compilation fail test: fail

Commit Message

Nobuhiro MIKI April 13, 2023, 5:55 a.m. UTC
Without distinguishing between IPv4 and IPv6, such as GRE and GRE-IPv6,
nine types of tunneling are currently supported.

Signed-off-by: Nobuhiro MIKI <nmiki@yahoo-corp.jp>
---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ilya Maximets April 25, 2023, 9:51 p.m. UTC | #1
On 4/13/23 07:55, Nobuhiro MIKI wrote:
> Without distinguishing between IPv4 and IPv6, such as GRE and GRE-IPv6,
> nine types of tunneling are currently supported.
> 
> Signed-off-by: Nobuhiro MIKI <nmiki@yahoo-corp.jp>
> ---
>  README.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/README.rst b/README.rst
> index a60a314feb34..e6c0d3d3061d 100644
> --- a/README.rst
> +++ b/README.rst
> @@ -35,7 +35,7 @@ following features:
>  - NIC bonding with or without LACP on upstream switch
>  - NetFlow, sFlow(R), and mirroring for increased visibility
>  - QoS (Quality of Service) configuration, plus policing
> -- Geneve, GRE, VXLAN, STT, and LISP tunneling
> +- Geneve, GRE, VXLAN, STT, ERSPAN, GTP-U, SRv6, Bareudp, and LISP tunneling
>  - 802.1ag connectivity fault management
>  - OpenFlow 1.0 plus numerous extensions
>  - Transactional configuration database with C and Python bindings

Applied.  Thanks!

Best regards, Ilya Maximets.
diff mbox series

Patch

diff --git a/README.rst b/README.rst
index a60a314feb34..e6c0d3d3061d 100644
--- a/README.rst
+++ b/README.rst
@@ -35,7 +35,7 @@  following features:
 - NIC bonding with or without LACP on upstream switch
 - NetFlow, sFlow(R), and mirroring for increased visibility
 - QoS (Quality of Service) configuration, plus policing
-- Geneve, GRE, VXLAN, STT, and LISP tunneling
+- Geneve, GRE, VXLAN, STT, ERSPAN, GTP-U, SRv6, Bareudp, and LISP tunneling
 - 802.1ag connectivity fault management
 - OpenFlow 1.0 plus numerous extensions
 - Transactional configuration database with C and Python bindings