mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-12-09 22:49:29 +00:00
man: ip-link: Add vrf type
Add description for vrf type to ip-link man page. Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
This commit is contained in:
parent
7fab22abd1
commit
2a6f9cfa8b
@ -65,7 +65,8 @@ ip-link \- network device configuration
|
|||||||
.BR nlmon " |"
|
.BR nlmon " |"
|
||||||
.BR ipvlan " |"
|
.BR ipvlan " |"
|
||||||
.BR lowpan " |"
|
.BR lowpan " |"
|
||||||
.BR geneve " ]"
|
.BR geneve " |"
|
||||||
|
.BR vrf " ]"
|
||||||
|
|
||||||
.ti -8
|
.ti -8
|
||||||
.BR "ip link delete " {
|
.BR "ip link delete " {
|
||||||
@ -263,6 +264,9 @@ Link types:
|
|||||||
.sp
|
.sp
|
||||||
.BR macsec
|
.BR macsec
|
||||||
- Interface for IEEE 802.1AE MAC Security (MACsec)
|
- Interface for IEEE 802.1AE MAC Security (MACsec)
|
||||||
|
.sp
|
||||||
|
.BR vrf
|
||||||
|
- Interface for L3 VRF domains
|
||||||
.in -8
|
.in -8
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
@ -966,6 +970,20 @@ the following additional arguments are supported:
|
|||||||
|
|
||||||
.in -8
|
.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
|
.SS ip link delete - delete virtual link
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user