Re: [PATCH] net: Allow to specify ifindex when device is moved to another namespace

2021-04-05 Thread Jakub Kicinski
On Mon, 5 Apr 2021 00:12:23 -0700 Andrei Vagin wrote: > Currently, we can specify ifindex on link creation. This change allows > to specify ifindex when a device is moved to another network namespace. > > Even now, a device ifindex can be changed if there is another device > with the same ifindex

Re: [PATCH] net: Allow to specify ifindex when device is moved to another namespace

2021-04-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 5 Apr 2021 00:12:23 -0700 you wrote: > Currently, we can specify ifindex on link creation. This change allows > to specify ifindex when a device is moved to another network namespace. > > Even now, a device ifinde

Re: [PATCH] net: Allow to specify ifindex when device is moved to another namespace

2021-04-05 Thread Christian Brauner
On Mon, Apr 05, 2021 at 12:12:23AM -0700, Andrei Vagin wrote: > Currently, we can specify ifindex on link creation. This change allows > to specify ifindex when a device is moved to another network namespace. > > Even now, a device ifindex can be changed if there is another device > with the same

[PATCH] net: Allow to specify ifindex when device is moved to another namespace

2021-04-05 Thread Andrei Vagin
Currently, we can specify ifindex on link creation. This change allows to specify ifindex when a device is moved to another network namespace. Even now, a device ifindex can be changed if there is another device with the same ifindex in the target namespace. So this change doesn't introduce comple