diff mbox series

ip: Add missing command exaplantions in man page

Message ID 20240217212102.3822-1-yedaya.ka@gmail.com (mailing list archive)
State Accepted
Commit 2bae5a315abe86de17f6093d641d43109f07ce86
Delegated to: Stephen Hemminger
Headers show
Series ip: Add missing command exaplantions in man page | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Yedaya Katsman Feb. 17, 2024, 9:21 p.m. UTC
There are a few commands missing from the ip command syntax list, add
them. They are also missing from the see also section, add them there as
well.
Note there isn't a ip-ila man page, so I didn't link to it.

Also fix a few punctuation mistakes.

Signed-off-by: Yedaya Katsman <yedaya.ka@gmail.com>
---
 man/man8/ip.8 | 33 +++++++++++++++++++++++++++++++--
 1 file changed, 31 insertions(+), 2 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 27, 2024, 12:40 a.m. UTC | #1
Hello:

This patch was applied to iproute2/iproute2.git (main)
by Stephen Hemminger <stephen@networkplumber.org>:

On Sat, 17 Feb 2024 23:21:02 +0200 you wrote:
> There are a few commands missing from the ip command syntax list, add
> them. They are also missing from the see also section, add them there as
> well.
> Note there isn't a ip-ila man page, so I didn't link to it.
> 
> Also fix a few punctuation mistakes.
> 
> [...]

Here is the summary with links:
  - ip: Add missing command exaplantions in man page
    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=2bae5a315abe

You are awesome, thank you!
diff mbox series

Patch

diff --git a/man/man8/ip.8 b/man/man8/ip.8
index 72227d44fd30..43a5ab2334ee 100644
--- a/man/man8/ip.8
+++ b/man/man8/ip.8
@@ -254,6 +254,14 @@  Request the kernel to send the applied configuration back.
 .B addrlabel
 - label configuration for protocol address selection.
 
+.TP
+.B fou
+- Foo-over-UDP receive port configuration.
+
+.TP
+.B ila
+- manage identifier locator addresses (ILA).
+
 .TP
 .B ioam
 - manage IOAM namespaces and IOAM schemas.
@@ -266,6 +274,10 @@  Request the kernel to send the applied configuration back.
 .B link
 - network device.
 
+.TP
+.B macsec
+- MACsec device configuration.
+
 .TP
 .B maddress
 - multicast address.
@@ -290,10 +302,18 @@  Request the kernel to send the applied configuration back.
 .B neighbour
 - manage ARP or NDISC cache entries.
 
+.TP
+.B netconf
+- network configuration monitoring.
+
 .TP
 .B netns
 - manage network namespaces.
 
+.TP
+.B nexthop
+- manage nexthop objects.
+
 .TP
 .B ntable
 - manage the neighbor cache's operation.
@@ -306,13 +326,17 @@  Request the kernel to send the applied configuration back.
 .B rule
 - rule in routing policy database.
 
+.TP
+.B sr
+- manage IPv6 segment routing.
+
 .TP
 .B stats
 - manage and show interface statistics.
 
 .TP
 .B tcp_metrics/tcpmetrics
-- manage TCP Metrics
+- manage TCP Metrics.
 
 .TP
 .B token
@@ -415,19 +439,24 @@  was written by Alexey N. Kuznetsov and added in Linux 2.2.
 .SH SEE ALSO
 .BR ip-address (8),
 .BR ip-addrlabel (8),
+.BR ip-fou (8),
 .BR ip-ioam (8),
 .BR ip-l2tp (8),
 .BR ip-link (8),
+.BR ip-macsec (8),
 .BR ip-maddress (8),
 .BR ip-monitor (8),
 .BR ip-mptcp (8),
 .BR ip-mroute (8),
 .BR ip-neighbour (8),
+.BR ip-netconf (8),
 .BR ip-netns (8),
+.BR ip-nexthop (8),
 .BR ip-ntable (8),
 .BR ip-route (8),
 .BR ip-rule (8),
-.BR ip-stats (8)
+.BR ip-sr (8),
+.BR ip-stats (8),
 .BR ip-tcp_metrics (8),
 .BR ip-token (8),
 .BR ip-tunnel (8),