man ip-link: Small example of 'ip link show master'

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
This commit is contained in:
Vadim Kochan 2014-12-26 04:46:20 +02:00 committed by Stephen Hemminger
parent d954b34a1f
commit 417b2180a5
1 changed files with 5 additions and 0 deletions

View File

@ -739,6 +739,11 @@ ip link show type vlan
Shows the vlan devices.
.RE
.PP
ip link show master br0
.RS 4
Shows devices enslaved by br0
.RE
.PP
ip link set dev ppp0 mtu 1400
.RS 4
Change the MTU the ppp0 device.