libnetwork_proto_no_unrecognized_all
authorArnaud Rebillout <arnaud.rebillout@collabora.com>
Wed, 4 Sep 2019 07:54:29 +0000 (08:54 +0100)
committerArnaud Rebillout <arnaud.rebillout@collabora.com>
Wed, 4 Sep 2019 07:54:29 +0000 (08:54 +0100)
 Fix this by setting goproto_unrecognized_all=false which suppresses this field.

 Upstream doesn't have the problem because they have pinned an older version
 of gogo/protobuf: https://github.com/docker/libnetwork/pull/2242
Author: Felix Geyer <fgeyer@debian.org>

Gbp-Pq: Name libnetwork_proto_no_unrecognized_all.patch

libnetwork/agent.proto

index f9c46c7a9836cc0c813f2e18d84688ba8b4185ef..a3791a14f7a7e4923d5d0a160c04d54383a0b70b 100644 (file)
@@ -10,6 +10,7 @@ option (gogoproto.stringer_all) = true;
 option (gogoproto.gostring_all) = true;
 option (gogoproto.sizer_all) = true;
 option (gogoproto.goproto_stringer_all) = false;
+option (gogoproto.goproto_unrecognized_all) = false;
 
 // EndpointRecord specifies all the endpoint specific information that
 // needs to gossiped to nodes participating in the network.