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>
This commit is contained in:
parent
320c5c6e09
commit
229bb886a3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue