Commit b6d6b5a1 authored by Vadim Kochan's avatar Vadim Kochan Committed by Stephen Hemminger

man ip-link: Add missing link types - vti,ipvlan,nlmon

Signed-off-by: default avatarVadim Kochan <vadim4j@gmail.com>
parent 21107f52
...@@ -72,7 +72,10 @@ ip-link \- network device configuration ...@@ -72,7 +72,10 @@ ip-link \- network device configuration
.BR gre " |" .BR gre " |"
.BR gretap " |" .BR gretap " |"
.BR ip6gre " |" .BR ip6gre " |"
.BR ip6gretap " ]" .BR ip6gretap " |"
.BR vti " |"
.BR nlmon " |"
.BR ipvlan " ]"
.ti -8 .ti -8
.BI "ip link delete " DEVICE .BI "ip link delete " DEVICE
...@@ -228,6 +231,15 @@ Link types: ...@@ -228,6 +231,15 @@ Link types:
.sp .sp
.BR ip6gretap .BR ip6gretap
- Virtual L2 tunnel interface GRE over IPv6 - Virtual L2 tunnel interface GRE over IPv6
.sp
.BR vti
- Virtual tunnel interface
.sp
.BR nlmon
- Netlink monitoring device
.sp
.BR ipvlan
- Interface for L3 (IPv6/IPv4) based VLANs
.in -8 .in -8
.TP .TP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment