diff options
author | Martin Varghese <martin.varghese@nokia.com> | 2020-07-28 20:05:52 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-29 03:53:03 +0300 |
commit | 1ed06dbc213e1408ab60faa3ac0c0855a3ddc52d (patch) | |
tree | 9282c3a3e551b77e5a46b13a864740b76bdb50bb /Documentation/networking/bareudp.rst | |
parent | 302d201b5cdf6f4781ee6cd9862f377f975d6c43 (diff) | |
download | linux-1ed06dbc213e1408ab60faa3ac0c0855a3ddc52d.tar.xz |
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 <martin.varghese@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/bareudp.rst')
-rw-r--r-- | Documentation/networking/bareudp.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/networking/bareudp.rst b/Documentation/networking/bareudp.rst index ff406563ea88..b9d04ee6dac1 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 ---------------- |