Fix address.proto proto compile issue. (#19)

pull/18/head
htuch 8 years ago committed by GitHub
parent 1f6bfe61f1
commit 94e4ef1f80
  1. 2
      api/address.proto

@ -13,7 +13,7 @@ message Address {
// matching in FilterChainMatch. For clusters, an address may be either an // matching in FilterChainMatch. For clusters, an address may be either an
// IP or hostname to be resolved via DNS. // IP or hostname to be resolved via DNS.
google.protobuf.StringValue address = 2; google.protobuf.StringValue address = 2;
oneof port { oneof port_specifier {
google.protobuf.UInt32Value port = 3; google.protobuf.UInt32Value port = 3;
string service = 4; string service = 4;
} }

Loading…
Cancel
Save