Welcome to mirror list, hosted at ThFree Co, Russian Federation.

macvlan.proto « images - github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ca2652f0392fc9a2589ab475f25b9ade082645f (plain)
1
2
3
4
5
6
syntax = "proto2";

message macvlan_link_entry {
	required uint32	mode	= 1;
	optional uint32 flags	= 2;
}