naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

Blame SOURCES/0154-man-ip-link-Small-example-of-ip-link-show-master.patch

049c96
From f74901523533aee13be145d36877d93a8163536d Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Thu, 16 Jun 2016 16:41:52 +0200
049c96
Subject: [PATCH] man ip-link: Small example of 'ip link show master'
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1341343
049c96
Upstream Status: iproute2.git commit 417b2180a57b0
049c96
049c96
commit 417b2180a57b0335981bdaaaaa017a48d1a84b72
049c96
Author: Vadim Kochan <vadim4j@gmail.com>
049c96
Date:   Fri Dec 26 04:46:20 2014 +0200
049c96
049c96
    man ip-link: Small example of 'ip link show master'
049c96
049c96
    Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
049c96
---
049c96
 man/man8/ip-link.8.in | 5 +++++
049c96
 1 file changed, 5 insertions(+)
049c96
049c96
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
049c96
index f968e49..312be6b 100644
049c96
--- a/man/man8/ip-link.8.in
049c96
+++ b/man/man8/ip-link.8.in
049c96
@@ -952,6 +952,11 @@ ip link show type vlan
049c96
 Shows the vlan devices.
049c96
 .RE
049c96
 .PP
049c96
+ip link show master br0
049c96
+.RS 4
049c96
+Shows devices enslaved by br0
049c96
+.RE
049c96
+.PP
049c96
 ip link set dev ppp0 mtu 1400
049c96
 .RS 4
049c96
 Change the MTU the ppp0 device.
049c96
-- 
049c96
1.8.3.1
049c96