* [PATCH] ip: add nlmon as a device type to help message
@ 2014-05-02 2:34 Masatake YAMATO
2014-05-02 6:45 ` Daniel Borkmann
0 siblings, 1 reply; 2+ messages in thread
From: Masatake YAMATO @ 2014-05-02 2:34 UTC (permalink / raw)
To: netdev; +Cc: yamato
Though nlmon device can be added, it was not listed
in the output of "ip link help".
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 6a62cc0..8e0c22a 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, " can | bridge | bond | ipoib | ip6tnl | ipip | sit |\n");
- fprintf(stderr, " vxlan | gre | gretap | ip6gre | ip6gretap | vti }\n");
+ fprintf(stderr, " vxlan | gre | gretap | ip6gre | ip6gretap | vti | nlmon }\n");
}
exit(-1);
}
--
1.9.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ip: add nlmon as a device type to help message
2014-05-02 2:34 [PATCH] ip: add nlmon as a device type to help message Masatake YAMATO
@ 2014-05-02 6:45 ` Daniel Borkmann
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Borkmann @ 2014-05-02 6:45 UTC (permalink / raw)
To: Masatake YAMATO; +Cc: netdev
On 05/02/2014 04:34 AM, Masatake YAMATO wrote:
> Though nlmon device can be added, it was not listed
> in the output of "ip link help".
>
> Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Acked-by: Daniel Borkmann <dborkman@redhat.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-05-02 6:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-02 2:34 [PATCH] ip: add nlmon as a device type to help message Masatake YAMATO
2014-05-02 6:45 ` Daniel Borkmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).