aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/ipsec.txt
diff options
context:
space:
mode:
authorOlivier Gayot <olivier.gayot@sigexec.com>2018-06-04 12:07:37 +0200
committerDavid S. Miller <davem@davemloft.net>2018-06-04 17:21:28 -0400
commitbb38ccce887c29a3ca78b8bd105c168c811766d9 (patch)
tree5f49956c0453ad3c2d7ab9b2eaa2c9e8a7e57316 /Documentation/networking/ipsec.txt
parentnet: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets (diff)
downloadlinux-dev-bb38ccce887c29a3ca78b8bd105c168c811766d9.tar.xz
linux-dev-bb38ccce887c29a3ca78b8bd105c168c811766d9.zip
docs: networking: fix minor typos in various documentation files
This patch fixes some typos/misspelling errors in the Documentation/networking files. Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/ipsec.txt')
-rw-r--r--Documentation/networking/ipsec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/ipsec.txt b/Documentation/networking/ipsec.txt
index 8dbc08b7e431..ba794b7e51be 100644
--- a/Documentation/networking/ipsec.txt
+++ b/Documentation/networking/ipsec.txt
@@ -25,8 +25,8 @@ Quote from RFC3173:
is implementation dependent.
Current IPComp implementation is indeed by the book, while as in practice
-when sending non-compressed packet to the peer(whether or not packet len
-is smaller than the threshold or the compressed len is large than original
+when sending non-compressed packet to the peer (whether or not packet len
+is smaller than the threshold or the compressed len is larger than original
packet len), the packet is dropped when checking the policy as this packet
matches the selector but not coming from any XFRM layer, i.e., with no
security path. Such naked packet will not eventually make it to upper layer.