Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 709048 Details for
Bug 907468
"ip addr show up" not documented
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Mention the 'up' argument in documentation
0001-iproute2-Mention-the-up-argument-in-documentation.patch (text/plain), 2.45 KB, created by
Petr Šabata
on 2013-03-12 15:56:49 UTC
(
hide
)
Description:
Mention the 'up' argument in documentation
Filename:
MIME Type:
Creator:
Petr Šabata
Created:
2013-03-12 15:56:49 UTC
Size:
2.45 KB
patch
obsolete
>From 5007aa96b1d718b975980d4ece7393ce6bab7cc4 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk@redhat.com> >Date: Tue, 12 Mar 2013 16:50:27 +0100 >Subject: [PATCH] iproute2: Mention the 'up' argument in documentation >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Both ip-link and ip-address support the 'up' argument, however this >isn't documented in neither their help outputs or ip-address' manpage. >This patch fixes that. > >Signed-off-by: Petr Å abata <contyk@redhat.com> >Reported-by: JiÅÃ Popelka <jpopelka@redhat.com> >--- > ip/ipaddress.c | 2 +- > ip/iplink.c | 2 +- > man/man8/ip-address.8.in | 4 ++++ > 3 files changed, 6 insertions(+), 2 deletions(-) > >diff --git a/ip/ipaddress.c b/ip/ipaddress.c >index cff503f..54c394b 100644 >--- a/ip/ipaddress.c >+++ b/ip/ipaddress.c >@@ -71,7 +71,7 @@ static void usage(void) > fprintf(stderr, " [ CONFFLAG-LIST ]\n"); > fprintf(stderr, " ip addr del IFADDR dev STRING\n"); > fprintf(stderr, " ip addr {show|save|flush} [ dev STRING ] [ scope SCOPE-ID ]\n"); >- fprintf(stderr, " [ to PREFIX ] [ FLAG-LIST ] [ label PATTERN ]\n"); >+ fprintf(stderr, " [ to PREFIX ] [ FLAG-LIST ] [ label PATTERN ] [up]\n"); > fprintf(stderr, " ip addr {showdump|restore}\n"); > fprintf(stderr, "IFADDR := PREFIX | ADDR peer PREFIX\n"); > fprintf(stderr, " [ broadcast ADDR ] [ anycast ADDR ]\n"); >diff --git a/ip/iplink.c b/ip/iplink.c >index ad33611..5c7b43c 100644 >--- a/ip/iplink.c >+++ b/ip/iplink.c >@@ -79,7 +79,7 @@ void iplink_usage(void) > fprintf(stderr, " [ spoofchk { on | off} ] ] \n"); > fprintf(stderr, " [ master DEVICE ]\n"); > fprintf(stderr, " [ nomaster ]\n"); >- fprintf(stderr, " ip link show [ DEVICE | group GROUP ]\n"); >+ fprintf(stderr, " ip link show [ DEVICE | group GROUP ] [up]\n"); > > if (iplink_have_newlink()) { > fprintf(stderr, "\n"); >diff --git a/man/man8/ip-address.8.in b/man/man8/ip-address.8.in >index 63bf9cb..3cfc56a 100644 >--- a/man/man8/ip-address.8.in >+++ b/man/man8/ip-address.8.in >@@ -163,6 +163,10 @@ only list addresses with labels matching the > is a usual shell style pattern. > > .TP >+.B up >+only list running interfaces. >+ >+.TP > .BR dynamic " and " permanent > (IPv6 only) only list addresses installed due to stateless > address configuration or only list permanent (not dynamic) >-- >1.8.1.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 907468
: 709048