iproute/SOURCES/0008-man-ip.8-Add-missing-vrf-subcommand-description.patch
2021-09-09 19:12:48 +00:00

60 lines
1.7 KiB
Diff

From 310becad3223411bc26e0401a838f2a7063406f3 Mon Sep 17 00:00:00 2001
From: Andrea Claudi <aclaudi@redhat.com>
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 <aclaudi@redhat.com>
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 <aclaudi@redhat.com>
Reviewed-by: David Ahern <dsahern@gmail.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
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.4