Commit f4809174 authored by Eric W. Biederman's avatar Eric W. Biederman Committed by Stephen Hemminger

iproute2: Document the -D and -I options

While looking into a sysctl regression in decnet on old kernels I
discovered this omission in the iproute2 documentation.

I can't imagine anyone's muscle memory remembering the longer forms.
Signed-off-by: default avatar"Eric W. Biederman" <ebiederm@xmission.com>
parent 8ae66094
...@@ -48,6 +48,7 @@ static void usage(void) ...@@ -48,6 +48,7 @@ static void usage(void)
" netns | l2tp | tcp_metrics }\n" " netns | l2tp | tcp_metrics }\n"
" OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] | -r[esolve] |\n" " OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] | -r[esolve] |\n"
" -f[amily] { inet | inet6 | ipx | dnet | bridge | link } |\n" " -f[amily] { inet | inet6 | ipx | dnet | bridge | link } |\n"
" -4 | -6 | -I | -D | -B | -0 |\n"
" -l[oops] { maximum-addr-flush-attempts } |\n" " -l[oops] { maximum-addr-flush-attempts } |\n"
" -o[neline] | -t[imestamp] | -b[atch] [filename] |\n" " -o[neline] | -t[imestamp] | -b[atch] [filename] |\n"
" -rc[vbuf] [size]}\n"); " -rc[vbuf] [size]}\n");
......
...@@ -81,6 +81,16 @@ shortcut for ...@@ -81,6 +81,16 @@ shortcut for
shortcut for shortcut for
.BR "\-family bridge" . .BR "\-family bridge" .
.TP
.B \-D
shortcut for
.BR "\-family decnet" .
.TP
.B \-I
shortcut for
.BR "\-family ipx" .
.TP .TP
.B \-0 .B \-0
shortcut for shortcut for
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment