From: Vadim Kochan Date: Fri, 26 Dec 2014 02:46:20 +0000 (+0200) Subject: man ip-link: Small example of 'ip link show master' X-Git-Tag: v3.19.0~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=417b2180a57b0335981bdaaaaa017a48d1a84b72;p=thirdparty%2Fiproute2.git man ip-link: Small example of 'ip link show master' Signed-off-by: Vadim Kochan --- diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index 5134e2819..1209b55d2 100644 --- a/man/man8/ip-link.8.in +++ b/man/man8/ip-link.8.in @@ -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.