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

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTycho Andersen <tycho.andersen@canonical.com>2016-10-22 00:54:00 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2016-11-03 18:15:02 +0300
commitf58eb91d2d1c82ffe61b542e9cd9c3b9ae5c45a0 (patch)
tree8132c9938b0b916c4daacafc45c135a22bb3939f /images/macvlan.proto
parenta25d6c7f99d9e52bd2e1647150d89bb1b39f508f (diff)
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>
Diffstat (limited to 'images/macvlan.proto')
-rw-r--r--images/macvlan.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/images/macvlan.proto b/images/macvlan.proto
index c9c90458e..0ca2652f0 100644
--- a/images/macvlan.proto
+++ b/images/macvlan.proto
@@ -1,3 +1,5 @@
+syntax = "proto2";
+
message macvlan_link_entry {
required uint32 mode = 1;
optional uint32 flags = 2;