|
|
0ac2f3 |
From c2e8f8b4c1980c773b967953b795f81942e209fb Mon Sep 17 00:00:00 2001
|
|
|
0ac2f3 |
From: Andrea Claudi <aclaudi@redhat.com>
|
|
|
0ac2f3 |
Date: Thu, 4 Jun 2020 19:28:45 +0200
|
|
|
0ac2f3 |
Subject: [PATCH] man: ip.8: add reference to mptcp man-page
|
|
|
0ac2f3 |
|
|
|
0ac2f3 |
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1812207
|
|
|
0ac2f3 |
Upstream Status: unknown commit 0c42c6b130196
|
|
|
0ac2f3 |
|
|
|
0ac2f3 |
commit 0c42c6b130196d1d7e87acc5122f8fd325e75c5b
|
|
|
0ac2f3 |
Author: Paolo Abeni <pabeni@redhat.com>
|
|
|
0ac2f3 |
Date: Wed Apr 29 19:17:22 2020 +0200
|
|
|
0ac2f3 |
|
|
|
0ac2f3 |
man: ip.8: add reference to mptcp man-page
|
|
|
0ac2f3 |
|
|
|
0ac2f3 |
While at it, additionally fix a mandoc warning in mptcp.8
|
|
|
0ac2f3 |
|
|
|
0ac2f3 |
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
|
|
|
0ac2f3 |
Signed-off-by: David Ahern <dsahern@gmail.com>
|
|
|
0ac2f3 |
---
|
|
|
0ac2f3 |
man/man8/ip-mptcp.8 | 1 -
|
|
|
0ac2f3 |
man/man8/ip.8 | 7 ++++++-
|
|
|
0ac2f3 |
2 files changed, 6 insertions(+), 2 deletions(-)
|
|
|
0ac2f3 |
|
|
|
0ac2f3 |
diff --git a/man/man8/ip-mptcp.8 b/man/man8/ip-mptcp.8
|
|
|
0ac2f3 |
index f6457e97efbe8..ef8409ea4a24d 100644
|
|
|
0ac2f3 |
--- a/man/man8/ip-mptcp.8
|
|
|
0ac2f3 |
+++ b/man/man8/ip-mptcp.8
|
|
|
0ac2f3 |
@@ -2,7 +2,6 @@
|
|
|
0ac2f3 |
.SH "NAME"
|
|
|
0ac2f3 |
ip-mptcp \- MPTCP path manager configuration
|
|
|
0ac2f3 |
.SH "SYNOPSIS"
|
|
|
0ac2f3 |
-.sp
|
|
|
0ac2f3 |
.ad l
|
|
|
0ac2f3 |
.in +8
|
|
|
0ac2f3 |
.ti -8
|
|
|
0ac2f3 |
diff --git a/man/man8/ip.8 b/man/man8/ip.8
|
|
|
0ac2f3 |
index c425aaf1d506e..f391237b4fcae 100644
|
|
|
0ac2f3 |
--- a/man/man8/ip.8
|
|
|
0ac2f3 |
+++ b/man/man8/ip.8
|
|
|
0ac2f3 |
@@ -22,7 +22,7 @@ ip \- show / manipulate routing, network devices, interfaces and tunnels
|
|
|
0ac2f3 |
.BR link " | " address " | " addrlabel " | " route " | " rule " | " neigh " | "\
|
|
|
0ac2f3 |
ntable " | " tunnel " | " tuntap " | " maddress " | " mroute " | " mrule " | "\
|
|
|
0ac2f3 |
monitor " | " xfrm " | " netns " | " l2tp " | " tcp_metrics " | " token " | "\
|
|
|
0ac2f3 |
- macsec " | " vrf " }"
|
|
|
0ac2f3 |
+ macsec " | " vrf " | " mptcp " }"
|
|
|
0ac2f3 |
.sp
|
|
|
0ac2f3 |
|
|
|
0ac2f3 |
.ti -8
|
|
|
0ac2f3 |
@@ -268,6 +268,10 @@ readability.
|
|
|
0ac2f3 |
.B monitor
|
|
|
0ac2f3 |
- watch for netlink messages.
|
|
|
0ac2f3 |
|
|
|
0ac2f3 |
+.TP
|
|
|
0ac2f3 |
+.B mptcp
|
|
|
0ac2f3 |
+- manage MPTCP path manager.
|
|
|
0ac2f3 |
+
|
|
|
0ac2f3 |
.TP
|
|
|
0ac2f3 |
.B mroute
|
|
|
0ac2f3 |
- multicast routing cache entry.
|
|
|
0ac2f3 |
@@ -406,6 +410,7 @@ was written by Alexey N. Kuznetsov and added in Linux 2.2.
|
|
|
0ac2f3 |
.BR ip-link (8),
|
|
|
0ac2f3 |
.BR ip-maddress (8),
|
|
|
0ac2f3 |
.BR ip-monitor (8),
|
|
|
0ac2f3 |
+.BR ip-mptcp (8),
|
|
|
0ac2f3 |
.BR ip-mroute (8),
|
|
|
0ac2f3 |
.BR ip-neighbour (8),
|
|
|
0ac2f3 |
.BR ip-netns (8),
|
|
|
0ac2f3 |
--
|
|
|
0ac2f3 |
2.26.2
|
|
|
0ac2f3 |
|