]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
man ip-link: Small example of 'ip link show master'
authorVadim Kochan <vadim4j@gmail.com>
Fri, 26 Dec 2014 02:46:20 +0000 (04:46 +0200)
committerStephen Hemminger <shemming@brocade.com>
Sat, 27 Dec 2014 18:19:59 +0000 (10:19 -0800)
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
man/man8/ip-link.8.in

index 5134e28191fcd73f93d4a9ca71034ef6696ce475..1209b55d2aaa3e00d8026256d42a0351cdbcf8a0 100644 (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.