criu/images/macvlan.proto
Tycho Andersen f58eb91d2d images: add syntax declaration to macvlan.proto
travis-ci: success for images: add syntax declaration to macvlan.proto
Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
2016-11-03 18:15:02 +03:00

6 lines
106 B
Protocol Buffer

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