[CRIU] [PATCH CRIU 02/14] net/ipv4: suffix configs with "4"

Pavel Emelyanov xemul at virtuozzo.com
Mon Apr 4 03:10:18 PDT 2016


> diff --git a/images/netdev.proto b/images/netdev.proto
> index dafa2bd..7d7bb26 100644
> --- a/images/netdev.proto
> +++ b/images/netdev.proto
> @@ -30,10 +30,10 @@ message net_device_entry {
>  
>  	optional bytes address		= 7;
>  
> -	repeated int32 conf		= 8;
> +	repeated int32 conf4		= 8;
>  }
>  
>  message netns_entry {
> -	repeated int32 def_conf		= 1;
> -	repeated int32 all_conf		= 2;
> +	repeated int32 def_conf4	= 1;
> +	repeated int32 all_conf4	= 2;
>  }
> 

Image descriptions are append-only.


More information about the CRIU mailing list