[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJZOPZ+fMJRJ5QYSMZzOepw3dg2HcTnV=LtDAwsV-PA=uP71vg@mail.gmail.com>
Date: Thu, 24 Jul 2014 09:46:24 +0300
From: Or Gerlitz <or.gerlitz@...il.com>
To: Andy Zhou <azhou@...ira.com>
Cc: "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: [net-next 04/10] net: Refactor vxlan driver to make use of common
UDP tunnel functions
On Tue, Jul 22, 2014 at 1:19 PM, Andy Zhou <azhou@...ira.com> wrote:
> @@ -105,6 +105,7 @@ static struct vport *vxlan_tnl_create(const struct vport_parms *parms)
> err = -EINVAL;
> goto error;
> }
> +
> a = nla_find_nested(options, OVS_TUNNEL_ATTR_DST_PORT);
> if (a && nla_len(a) == sizeof(u16)) {
> dst_port = nla_get_u16(a);
blank line added by mistake?
--
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