iproute2: update ip-link.8 for geneve tunnels
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
88eea53954
commit
c1a1d8bc4c
|
|
@ -76,7 +76,8 @@ ip-link \- network device configuration
|
||||||
.BR vti " |"
|
.BR vti " |"
|
||||||
.BR nlmon " |"
|
.BR nlmon " |"
|
||||||
.BR ipvlan " |"
|
.BR ipvlan " |"
|
||||||
.BR lowpan " ]"
|
.BR lowpan " |"
|
||||||
|
.BR geneve " ]"
|
||||||
|
|
||||||
.ti -8
|
.ti -8
|
||||||
.BR "ip link delete " {
|
.BR "ip link delete " {
|
||||||
|
|
@ -247,6 +248,9 @@ Link types:
|
||||||
.sp
|
.sp
|
||||||
.BR lowpan
|
.BR lowpan
|
||||||
- Interface for 6LoWPAN (IPv6) over IEEE 802.15.4 / Bluetooth
|
- Interface for 6LoWPAN (IPv6) over IEEE 802.15.4 / Bluetooth
|
||||||
|
.sp
|
||||||
|
.BR geneve
|
||||||
|
- GEneric NEtwork Virtualization Encapsulation
|
||||||
.in -8
|
.in -8
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
|
|
@ -594,6 +598,26 @@ the following additional arguments are supported:
|
||||||
.BI mode " MODE "
|
.BI mode " MODE "
|
||||||
- specifies the mode (datagram or connected) to use.
|
- specifies the mode (datagram or connected) to use.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
GENEVE Type Support
|
||||||
|
For a link of type
|
||||||
|
.I GENEVE
|
||||||
|
the following additional arguments are supported:
|
||||||
|
|
||||||
|
.BI "ip link add " DEVICE
|
||||||
|
.BI type " geneve " id " ID " remote " IPADDR"
|
||||||
|
|
||||||
|
.in +8
|
||||||
|
.sp
|
||||||
|
.BI id " VNI "
|
||||||
|
- specifies the Virtual Network Identifer to use.
|
||||||
|
|
||||||
|
.sp
|
||||||
|
.BI remote " IPADDR"
|
||||||
|
- specifies the unicast destination IP address to use in outgoing packets.
|
||||||
|
|
||||||
|
.in -8
|
||||||
|
|
||||||
.SS ip link delete - delete virtual link
|
.SS ip link delete - delete virtual link
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue