[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170703.020556.1659454918627153846.davem@davemloft.net>
Date: Mon, 03 Jul 2017 02:05:56 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: sd@...asysnail.net
Cc: netdev@...r.kernel.org, mschiffer@...verse-factory.net
Subject: Re: [PATCH net-next] vxlan: correctly set vxlan->net when creating
the device in a netns
From: Sabrina Dubroca <sd@...asysnail.net>
Date: Fri, 30 Jun 2017 15:50:00 +0200
> Commit a985343ba906 ("vxlan: refactor verification and application of
> configuration") modified vxlan device creation, and replaced the
> assignment of vxlan->net to src_net with dev_net(netdev) in ->setup().
>
> But dev_net(netdev) is not the same as src_net. At the time ->setup()
> is called, dev_net hasn't been set yet, so we end up creating the
> socket for the vxlan device in init_net.
>
> Fix this by bringing back the assignment of vxlan->net during device
> creation.
>
> Fixes: a985343ba906 ("vxlan: refactor verification and application of configuration")
> Signed-off-by: Sabrina Dubroca <sd@...asysnail.net>
Applied, thanks.
Powered by blists - more mailing lists