[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <53C361F1.5060500@gmail.com>
Date: Mon, 14 Jul 2014 10:22:01 +0530
From: Varka Bhadram <varkabhadram@...il.com>
To: Tom Herbert <therbert@...gle.com>, davem@...emloft.net,
netdev@...r.kernel.org
Subject: Re: [PATCH 1/4] udp: Add udp_sock_create for UDP tunnels to open
listener socket
On 07/14/2014 08:19 AM, Tom Herbert wrote:
> diff --git a/net/ipv4/udp_tunnel.c b/net/ipv4/udp_tunnel.c
> new file mode 100644
> index 0000000..61ec1a6
> --- /dev/null
> +++ b/net/ipv4/udp_tunnel.c
> @@ -0,0 +1,100 @@
> +#include <linux/module.h>
> +#include <linux/errno.h>
> +#include <linux/socket.h>
> +#include <linux/udp.h>
> +#include <linux/types.h>
> +#include <linux/kernel.h>
> +#include <net/udp.h>
> +#include <net/udp_tunnel.h>
> +#include <net/net_namespace.h>
> +
Its looks good if includes in alphabetical order... :-)
--
Regards,
Varka Bhadram.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists