]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
man: ip-link: Add vrf type
authorDavid Ahern <dsa@cumulusnetworks.com>
Tue, 21 Jun 2016 23:29:01 +0000 (16:29 -0700)
committerStephen Hemminger <shemming@brocade.com>
Mon, 27 Jun 2016 17:53:28 +0000 (10:53 -0700)
Add description for vrf type to ip-link man page.

Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
man/man8/ip-link.8.in

index e10f541b20bcf6394e66d37b64427397d8818a87..375b4d081408ed086bbfca2a654e4a185e41081d 100644 (file)
@@ -65,7 +65,8 @@ ip-link \- network device configuration
 .BR nlmon " |"
 .BR ipvlan " |"
 .BR lowpan " |"
-.BR geneve " ]"
+.BR geneve " |"
+.BR vrf " ]"
 
 .ti -8
 .BR "ip link delete " {
@@ -263,6 +264,9 @@ Link types:
 .sp
 .BR macsec
 - Interface for IEEE 802.1AE MAC Security (MACsec)
+.sp
+.BR vrf
+- Interface for L3 VRF domains
 .in -8
 
 .TP
@@ -966,6 +970,20 @@ the following additional arguments are supported:
 
 .in -8
 
+.TP
+VRF Type Support
+For a link of type
+.I VRF
+the following additional arguments are supported:
+
+.BI "ip link add " DEVICE " type vrf table " TABLE
+
+.in +8
+.sp
+.BR table " table id associated with VRF device"
+
+.in -8
+
 .SS ip link delete - delete virtual link
 
 .TP