From: Stephen Hemminger <stephen@networkplumber.org>
To: Masatake YAMATO <yamato@redhat.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH resend] ip: add nlmon as a device type to help message
Date: Tue, 15 Jul 2014 09:42:51 -0700 [thread overview]
Message-ID: <20140715094251.748ceec3@haswell> (raw)
In-Reply-To: <1405414636-31362-1-git-send-email-yamato@redhat.com>
On Tue, 15 Jul 2014 17:57:16 +0900
Masatake YAMATO <yamato@redhat.com> wrote:
> Though nlmon device can be added, it was not listed
> in the output of "ip link help".
>
> Acked-by: Daniel Borkmann <dborkman@redhat.com>
> Signed-off-by: Masatake YAMATO <yamato@redhat.com>
> ---
> ip/iplink.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ip/iplink.c b/ip/iplink.c
> index de9ef5d..5e428da 100644
> --- a/ip/iplink.c
> +++ b/ip/iplink.c
> @@ -87,7 +87,7 @@ void iplink_usage(void)
> fprintf(stderr, "\n");
> fprintf(stderr, "TYPE := { vlan | veth | vcan | dummy | ifb | macvlan | macvtap |\n");
> fprintf(stderr, " bridge | bond | ipoib | ip6tnl | ipip | sit | vxlan |\n");
> - fprintf(stderr, " gre | gretap | ip6gre | ip6gretap | vti }\n");
> + fprintf(stderr, " gre | gretap | ip6gre | ip6gretap | vti | nlmon }\n");
> }
> exit(-1);
> }
accepted
next prev parent reply other threads:[~2014-07-15 16:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-15 8:57 [PATCH resend] ip: add nlmon as a device type to help message Masatake YAMATO
2014-07-15 9:29 ` Daniel Borkmann
2014-07-15 9:55 ` Masatake YAMATO
2014-07-15 16:42 ` Stephen Hemminger [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-06-11 19:08 Masatake YAMATO
2014-06-11 21:53 ` Daniel Borkmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140715094251.748ceec3@haswell \
--to=stephen@networkplumber.org \
--cc=netdev@vger.kernel.org \
--cc=yamato@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.