Blame SOURCES/0008-man-ip.8-Add-missing-vrf-subcommand-description.patch

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