From 310becad3223411bc26e0401a838f2a7063406f3 Mon Sep 17 00:00:00 2001 Message-Id: <310becad3223411bc26e0401a838f2a7063406f3.1587661326.git.aclaudi@redhat.com> In-Reply-To: <4cd2ea662ae3255713a7de44e496e6ed32ade0c9.1587661326.git.aclaudi@redhat.com> References: <4cd2ea662ae3255713a7de44e496e6ed32ade0c9.1587661326.git.aclaudi@redhat.com> From: Andrea Claudi Date: Thu, 23 Apr 2020 18:56:14 +0200 Subject: [PATCH] man: ip.8: Add missing vrf subcommand description Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1780010 Upstream Status: iproute2.git commit 229bb886a3c44 commit 229bb886a3c4444521eca16c7ab74a539aaf9cb4 Author: Andrea Claudi Date: Thu Feb 27 17:45:43 2020 +0100 man: ip.8: Add missing vrf subcommand description Add description to the vrf subcommand and a reference to the dedicated man page. Signed-off-by: Andrea Claudi Reviewed-by: David Ahern Signed-off-by: Stephen Hemminger --- man/man8/ip.8 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man/man8/ip.8 b/man/man8/ip.8 index e2bda2a2ea904..c425aaf1d506e 100644 --- a/man/man8/ip.8 +++ b/man/man8/ip.8 @@ -22,7 +22,7 @@ ip \- show / manipulate routing, network devices, interfaces and tunnels .BR link " | " address " | " addrlabel " | " route " | " rule " | " neigh " | "\ ntable " | " tunnel " | " tuntap " | " maddress " | " mroute " | " mrule " | "\ monitor " | " xfrm " | " netns " | " l2tp " | " tcp_metrics " | " token " | "\ - macsec " }" + macsec " | " vrf " }" .sp .ti -8 @@ -312,6 +312,10 @@ readability. .B tuntap - manage TUN/TAP devices. +.TP +.B vrf +- manage virtual routing and forwarding devices. + .TP .B xfrm - manage IPSec policies. @@ -411,6 +415,7 @@ was written by Alexey N. Kuznetsov and added in Linux 2.2. .BR ip-tcp_metrics (8), .BR ip-token (8), .BR ip-tunnel (8), +.BR ip-vrf (8), .BR ip-xfrm (8) .br .RB "IP Command reference " ip-cref.ps -- 2.25.3