All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ip: Added missing usage for netconf object
@ 2014-06-30 14:37 vadimk
  2014-07-15 16:43 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: vadimk @ 2014-06-30 14:37 UTC (permalink / raw)
  To: netdev; +Cc: vadimk

---
 ip/ip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ip/ip.c b/ip/ip.c
index 813fabd..739b88d 100644
--- a/ip/ip.c
+++ b/ip/ip.c
@@ -45,7 +45,7 @@ static void usage(void)
 "       ip [ -force ] -batch filename\n"
 "where  OBJECT := { link | addr | addrlabel | route | rule | neigh | ntable |\n"
 "                   tunnel | tuntap | maddr | mroute | mrule | monitor | xfrm |\n"
-"                   netns | l2tp | tcp_metrics | token }\n"
+"                   netns | l2tp | tcp_metrics | token | netconf }\n"
 "       OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] | -r[esolve] |\n"
 "                    -f[amily] { inet | inet6 | ipx | dnet | bridge | link } |\n"
 "                    -4 | -6 | -I | -D | -B | -0 |\n"
-- 
2.0.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ip: Added missing usage for netconf object
  2014-06-30 14:37 [PATCH] ip: Added missing usage for netconf object vadimk
@ 2014-07-15 16:43 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2014-07-15 16:43 UTC (permalink / raw)
  To: vadimk; +Cc: netdev

On Mon, 30 Jun 2014 17:37:50 +0300
vadimk <vadim4j@gmail.com> wrote:

> ---
>  ip/ip.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ip/ip.c b/ip/ip.c
> index 813fabd..739b88d 100644
> --- a/ip/ip.c
> +++ b/ip/ip.c
> @@ -45,7 +45,7 @@ static void usage(void)
>  "       ip [ -force ] -batch filename\n"
>  "where  OBJECT := { link | addr | addrlabel | route | rule | neigh | ntable |\n"
>  "                   tunnel | tuntap | maddr | mroute | mrule | monitor | xfrm |\n"
> -"                   netns | l2tp | tcp_metrics | token }\n"
> +"                   netns | l2tp | tcp_metrics | token | netconf }\n"
>  "       OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] | -r[esolve] |\n"
>  "                    -f[amily] { inet | inet6 | ipx | dnet | bridge | link } |\n"
>  "                    -4 | -6 | -I | -D | -B | -0 |\n"

accepted

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-15 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-30 14:37 [PATCH] ip: Added missing usage for netconf object vadimk
2014-07-15 16:43 ` Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.