Blame SOURCES/0202-man-ip-link-Add-deleting-links-by-group.patch

049c96
From 3c5f4d7b71df13bdbb11733a4969274ffaa965fd Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Wed, 20 Jul 2016 22:54:33 +0200
049c96
Subject: [PATCH] man ip-link: Add deleting links by group
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1269528
049c96
Upstream Status: iproute2.git commit 7f74cf6de03a3
049c96
Conflicts: Context changes due to previously added GENEVE support.
049c96
049c96
commit 7f74cf6de03a35cb15761d5b507a4d37bc1af64e
049c96
Author: Vadim Kochan <vadim4j@gmail.com>
049c96
Date:   Fri May 1 21:46:41 2015 +0300
049c96
049c96
    man ip-link: Add deleting links by group
049c96
049c96
    Indicate possibility deleting virtual links by group.
049c96
049c96
    Also changed the alignment of 'ip link delete' args
049c96
    descriptions, to look like similary to 'ip link set'.
049c96
049c96
    Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
049c96
---
049c96
 man/man8/ip-link.8.in | 10 +++++++++-
049c96
 1 file changed, 9 insertions(+), 1 deletion(-)
049c96
049c96
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
049c96
index ac3bb77..59a5699 100644
049c96
--- a/man/man8/ip-link.8.in
049c96
+++ b/man/man8/ip-link.8.in
049c96
@@ -64,7 +64,10 @@ ip-link \- network device configuration
049c96
 .BR geneve " ]"
049c96
 
049c96
 .ti -8
049c96
-.BI "ip link delete " DEVICE
049c96
+.BR "ip link delete " {
049c96
+.IR DEVICE " | "
049c96
+.BI "group " GROUP
049c96
+}
049c96
 .BI type " TYPE"
049c96
 .RI "[ " ARGS " ]"
049c96
 
049c96
@@ -843,6 +846,11 @@ the following additional arguments are supported:
049c96
 specifies the virtual device to act operate on.
049c96
 
049c96
 .TP
049c96
+.BI group " GROUP "
049c96
+specifies the group of virtual links to delete. Group 0 is not allowed to be
049c96
+deleted since it is the default group.
049c96
+
049c96
+.TP
049c96
 .BI type " TYPE "
049c96
 specifies the type of the device.
049c96
 
049c96
-- 
049c96
1.8.3.1
049c96