naccyde / rpms / iproute

Forked from rpms/iproute 9 months ago
Clone

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

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