diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2018-06-04 12:07:37 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-06-04 23:21:28 +0200 |
commit | bb38ccce887c29a3ca78b8bd105c168c811766d9 (patch) | |
tree | 5f49956c0453ad3c2d7ab9b2eaa2c9e8a7e57316 /Documentation/networking/ipvlan.txt | |
parent | net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets (diff) | |
download | linux-bb38ccce887c29a3ca78b8bd105c168c811766d9.tar.xz linux-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/ipvlan.txt')
-rw-r--r-- | Documentation/networking/ipvlan.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/ipvlan.txt b/Documentation/networking/ipvlan.txt index 812ef003e0a8..27a38e50c287 100644 --- a/Documentation/networking/ipvlan.txt +++ b/Documentation/networking/ipvlan.txt @@ -73,11 +73,11 @@ mode to make conn-tracking work. This is the default option. To configure the IPvlan port in this mode, user can choose to either add this option on the command-line or don't specify anything. This is the traditional mode where slaves can cross-talk among -themseleves apart from talking through the master device. +themselves apart from talking through the master device. 5.2 private: If this option is added to the command-line, the port is set in private -mode. i.e. port wont allow cross communication between slaves. +mode. i.e. port won't allow cross communication between slaves. 5.3 vepa: If this is added to the command-line, the port is set in VEPA mode. |