From 417b2180a57b0335981bdaaaaa017a48d1a84b72 Mon Sep 17 00:00:00 2001 From: Vadim Kochan Date: Fri, 26 Dec 2014 04:46:20 +0200 Subject: [PATCH] man ip-link: Small example of 'ip link show master' Signed-off-by: Vadim Kochan --- man/man8/ip-link.8.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index 5134e281..1209b55d 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.