Re: [PATCH 2/5 (resend)] net: Allow to create links with given ifindex
From: Eric Dumazet <hidden> Date: 2012-08-07 13:14:30
On Tue, 2012-08-07 at 15:01 +0400, Pavel Emelyanov wrote:
Currently the RTM_NEWLINK results in -EOPNOTSUPP if the ifinfomsg->ifi_index
is not zero. I propose to allow requesting ifindices on link creation. This
is required by the checkpoint-restore to correctly restore a net namespace
(i.e. -- a container).
Signed-off-by: Pavel Emelyanov <redacted>