netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch iproute2] ipvtap: Adding support for ipvtap device management
@ 2017-05-23 23:22 Sainath Grandhi
  2017-05-31  0:47 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Sainath Grandhi @ 2017-05-23 23:22 UTC (permalink / raw)
  To: netdev; +Cc: stephen, Sainath Grandhi

This patch adds support for managing ipvtap devices using ip link. ipvtap support
is added to linux with commit 235a9d89da976e2975b3de9afc0bed7b72557983
---
 ip/iplink_ipvlan.c | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/ip/iplink_ipvlan.c b/ip/iplink_ipvlan.c
index f7735f3..153aa2f 100644
--- a/ip/iplink_ipvlan.c
+++ b/ip/iplink_ipvlan.c
@@ -1,4 +1,4 @@
-/* iplink_ipvlan.c	IPVLAN device support
+/* iplink_ipvlan.c	IPVLAN/IPVTAP device support
  *
  *              This program is free software; you can redistribute it and/or
  *              modify it under the terms of the GNU General Public License
@@ -90,3 +90,11 @@ struct link_util ipvlan_link_util = {
 	.print_opt	= ipvlan_print_opt,
 	.print_help	= ipvlan_print_help,
 };
+
+struct link_util ipvtap_link_util = {
+	.id		= "ipvtap",
+	.maxattr	= IFLA_IPVLAN_MAX,
+	.parse_opt	= ipvlan_parse_opt,
+	.print_opt	= ipvlan_print_opt,
+	.print_help	= ipvlan_print_help,
+};
-- 
2.7.4

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

* Re: [patch iproute2] ipvtap: Adding support for ipvtap device management
  2017-05-23 23:22 [patch iproute2] ipvtap: Adding support for ipvtap device management Sainath Grandhi
@ 2017-05-31  0:47 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2017-05-31  0:47 UTC (permalink / raw)
  To: Sainath Grandhi; +Cc: netdev

On Tue, 23 May 2017 16:22:05 -0700
Sainath Grandhi <sainath.grandhi@intel.com> wrote:

> This patch adds support for managing ipvtap devices using ip link. ipvtap support
> is added to linux with commit 235a9d89da976e2975b3de9afc0bed7b72557983

Please resend with a Signed-off-by line.

Also, you need to update the Usage message and the man page.

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

end of thread, other threads:[~2017-05-31  0:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-23 23:22 [patch iproute2] ipvtap: Adding support for ipvtap device management Sainath Grandhi
2017-05-31  0:47 ` Stephen Hemminger

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).