man ip-link: Add missing lowpan link type
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
This commit is contained in:
parent
ec6f5abcea
commit
2c0feda8be
|
|
@ -75,7 +75,8 @@ ip-link \- network device configuration
|
||||||
.BR ip6gretap " |"
|
.BR ip6gretap " |"
|
||||||
.BR vti " |"
|
.BR vti " |"
|
||||||
.BR nlmon " |"
|
.BR nlmon " |"
|
||||||
.BR ipvlan " ]"
|
.BR ipvlan " |"
|
||||||
|
.BR lowpan " ]"
|
||||||
|
|
||||||
.ti -8
|
.ti -8
|
||||||
.BR "ip link delete " {
|
.BR "ip link delete " {
|
||||||
|
|
@ -243,6 +244,9 @@ Link types:
|
||||||
.sp
|
.sp
|
||||||
.BR ipvlan
|
.BR ipvlan
|
||||||
- Interface for L3 (IPv6/IPv4) based VLANs
|
- Interface for L3 (IPv6/IPv4) based VLANs
|
||||||
|
.sp
|
||||||
|
.BR lowpan
|
||||||
|
- Interface for 6LoWPAN (IPv6) over IEEE 802.15.4 / Bluetooth
|
||||||
.in -8
|
.in -8
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
|
|
@ -915,6 +919,12 @@ encap-dport 5555 encap-csum encap-remcsum
|
||||||
Creates an IPIP that is encapsulated with Generic UDP Encapsulation,
|
Creates an IPIP that is encapsulated with Generic UDP Encapsulation,
|
||||||
and the outer UDP checksum and remote checksum offload are enabled.
|
and the outer UDP checksum and remote checksum offload are enabled.
|
||||||
|
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
ip link add link wpan0 lowpan0 type lowpan
|
||||||
|
.RS 4
|
||||||
|
Creates a 6LoWPAN interface named lowpan0 on the underlying
|
||||||
|
IEEE 802.15.4 device wpan0.
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue