lds: support binding to resolved addresses. (#38)

It will be common to not want to do extra resolving on ports, so allow
config to opt for this.
pull/43/head
htuch 8 years ago committed by GitHub
parent 2600ee4ec2
commit 8018918aa7
  1. 2
      api/address.proto

@ -23,7 +23,7 @@ message UnresolvedAddress {
// in FilterChainMatch after connection.
// For clusters, an address may be either an IP or hostname to be resolved via
// DNS.
string host_name = 2;
string address = 2;
oneof port_specifier {
google.protobuf.UInt32Value port = 3;
string service_name = 4;

Loading…
Cancel
Save