[CRIU] [PATCH 1/3] protobuf: Add VENET netdevice type

Cyrill Gorcunov gorcunov at gmail.com
Thu Oct 10 00:56:16 PDT 2013


On Thu, Oct 10, 2013 at 11:43:38AM +0400, Pavel Emelyanov wrote:
> 
> OK, I've made my mind. Let's introduce the EXTERNAL netdevice type.
> On dump this device configuration is just written into image.
> On restore the device is assumed to exist and is just configured.
> Venet should be such. We'd also have macvlans/vlans of that type.

you mean, on such device

	dump_one_netdev(ND_TYPE__EXT, ifi, tb, fds, NULL);

should be called (note NULL last parameter here), right?
Then I don't get who will be configuring this device on
restore, vzctl?

	Cyrill


More information about the CRIU mailing list