lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20150225170950.06b81a78@urahara> Date: Wed, 25 Feb 2015 17:09:50 -0800 From: Stephen Hemminger <stephen@...workplumber.org> To: Vadim Kochan <vadim4j@...il.com> Cc: netdev@...r.kernel.org Subject: Re: [PATCH iproute2] bridge: Show state names in the 'link help' print On Thu, 26 Feb 2015 01:56:33 +0200 Vadim Kochan <vadim4j@...il.com> wrote: > From: Vadim Kochan <vadim4j@...il.com> > > Signed-off-by: Vadim Kochan <vadim4j@...il.com> > --- > bridge/link.c | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/bridge/link.c b/bridge/link.c > index a7bd85f..7f1ec70 100644 > --- a/bridge/link.c > +++ b/bridge/link.c > @@ -228,6 +228,12 @@ static void usage(void) > fprintf(stderr, " [ flood {on | off} ]\n"); > fprintf(stderr, " [ hwmode {vepa | veb} ]\n"); > fprintf(stderr, " bridge link show [dev DEV]\n"); > + fprintf(stderr, "\n"); > + fprintf(stderr, "STATE := { 0 | disabled |\n"); > + fprintf(stderr, " 1 | listening |\n"); > + fprintf(stderr, " 2 | learning |\n"); > + fprintf(stderr, " 3 | forwarding |\n"); > + fprintf(stderr, " 4 | blocking }\n"); > exit(-1); > } > that is too wordy for help. put it in docs if needed. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists