diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-07-28 14:42:13 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-07-31 23:03:30 +0200 |
| commit | a805d3bbb18f9cbaabf87850ba944b036e39240f (patch) | |
| tree | b66a4048687b5c7b4cd73805d454483ed3d32463 /fpm | |
| parent | 0f8b5fd5a05c1261061a94270218b701c1298719 (diff) | |
protobuf: fix build
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'fpm')
| -rw-r--r-- | fpm/fpm.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fpm/fpm.proto b/fpm/fpm.proto index 318e80a92e..4597c7f8eb 100644 --- a/fpm/fpm.proto +++ b/fpm/fpm.proto @@ -20,6 +20,8 @@ // CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. // +syntax = "proto2"; + // // Protobuf definitions pertaining to the Forwarding Plane Manager component. // |
