diff options
author | Vincent Bernat <vincent@bernat.ch> | 2021-01-30 20:05:18 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-02-01 20:03:51 -0800 |
commit | 31628201545548e1ef167f2c55eb6fd7d3562f12 (patch) | |
tree | 7173583d65cbd9eb7de58cd850231bed03077eed /Documentation | |
parent | c3df39ac9b0e3747bf8233ea9ce4ed5ceb3199d3 (diff) | |
download | linux-stable-31628201545548e1ef167f2c55eb6fd7d3562f12.tar.gz linux-stable-31628201545548e1ef167f2c55eb6fd7d3562f12.tar.bz2 linux-stable-31628201545548e1ef167f2c55eb6fd7d3562f12.zip |
docs: networking: swap words in icmp_errors_use_inbound_ifaddr doc
Signed-off-by: Vincent Bernat <vincent@bernat.ch>
Link: https://lore.kernel.org/r/20210130190518.854806-1-vincent@bernat.ch
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/ip-sysctl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/ip-sysctl.rst b/Documentation/networking/ip-sysctl.rst index c7b775da9554..fa544e9037b9 100644 --- a/Documentation/networking/ip-sysctl.rst +++ b/Documentation/networking/ip-sysctl.rst @@ -1196,7 +1196,7 @@ icmp_errors_use_inbound_ifaddr - BOOLEAN If non-zero, the message will be sent with the primary address of the interface that received the packet that caused the icmp error. - This is the behaviour network many administrators will expect from + This is the behaviour many network administrators will expect from a router. And it can make debugging complicated network layouts much easier. |