diff mbox series

[iproute2] man: ip.8: Add missing vrf subcommand description

Message ID acd21cee80dfcb99c131059a8e393b6a62de0d64.1582821904.git.aclaudi@redhat.com
State Accepted
Delegated to: stephen hemminger
Headers show
Series [iproute2] man: ip.8: Add missing vrf subcommand description | expand

Commit Message

Andrea Claudi Feb. 27, 2020, 4:45 p.m. UTC
Add description to the vrf subcommand and a reference to the
dedicated man page.

Signed-off-by: Andrea Claudi <aclaudi@redhat.com>
---
 man/man8/ip.8 | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Comments

David Ahern Feb. 27, 2020, 7:52 p.m. UTC | #1
On 2/27/20 9:45 AM, Andrea Claudi wrote:
> Add description to the vrf subcommand and a reference to the
> dedicated man page.
> 
> Signed-off-by: Andrea Claudi <aclaudi@redhat.com>
> ---
>  man/man8/ip.8 | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 

Thanks for adding.

Reviewed-by: David Ahern <dsahern@gmail.com>


> diff --git a/man/man8/ip.8 b/man/man8/ip.8
> index 1661aa678f7b2..1613f790a14b2 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.
> @@ -410,6 +414,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
>
Stephen Hemminger Feb. 28, 2020, 9:49 p.m. UTC | #2
On Thu, 27 Feb 2020 17:45:43 +0100
Andrea Claudi <aclaudi@redhat.com> wrote:

> Add description to the vrf subcommand and a reference to the
> dedicated man page.
> 
> Signed-off-by: Andrea Claudi <aclaudi@redhat.com>

Looks good, applied
diff mbox series

Patch

diff --git a/man/man8/ip.8 b/man/man8/ip.8
index 1661aa678f7b2..1613f790a14b2 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.
@@ -410,6 +414,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