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: 6f78076d8ee4676202321a6691b459f8e6eedffe (plain)
1
2
3
4
5
6
7
8
// SPDX-License-Identifier: MIT

syntax = "proto2";

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