From: Martin Varghese Date: Tue, 28 Jul 2020 17:05:52 +0000 (+0530) Subject: Documentation: bareudp: Corrected description of bareudp module. X-Git-Tag: v5.10.7~2038^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ed06dbc213e1408ab60faa3ac0c0855a3ddc52d;p=platform%2Fkernel%2Flinux-rpi.git Documentation: bareudp: Corrected description of bareudp module. Removed redundant words. Fixes: 571912c69f0e ("net: UDP tunnel encapsulation module for tunnelling different protocols like MPLS, IP, NSH etc.") Signed-off-by: Martin Varghese Signed-off-by: David S. Miller --- diff --git a/Documentation/networking/bareudp.rst b/Documentation/networking/bareudp.rst index ff40656..b9d04ee 100644 --- a/Documentation/networking/bareudp.rst +++ b/Documentation/networking/bareudp.rst @@ -8,9 +8,8 @@ There are various L3 encapsulation standards using UDP being discussed to leverage the UDP based load balancing capability of different networks. MPLSoUDP (__ https://tools.ietf.org/html/rfc7510) is one among them. -The Bareudp tunnel module provides a generic L3 encapsulation tunnelling -support for tunnelling different L3 protocols like MPLS, IP, NSH etc. inside -a UDP tunnel. +The Bareudp tunnel module provides a generic L3 encapsulation support for +tunnelling different L3 protocols like MPLS, IP, NSH etc. inside a UDP tunnel. Special Handling ----------------