From 4ef5ce064a71f335e759935f6f24d3aecbab0c3d Mon Sep 17 00:00:00 2001 From: Nipa Kumar Date: Thu, 23 Feb 2017 09:54:47 -0800 Subject: [PATCH] vdns resolution is not happening as self-ip is not set. Change-Id: Ia416a83f0b8de69a4ae2b5cf30872baae33cefd8 Closes-Bug:1666147 --- src/dns/main.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dns/main.cc b/src/dns/main.cc index b742cc04ce5..7e7e82d38e1 100644 --- a/src/dns/main.cc +++ b/src/dns/main.cc @@ -341,6 +341,7 @@ int main(int argc, char *argv[]) { } Dns::SetDiscoveryServiceClient(ds_client); + Dns::SetSelfIp(options.host_ip()); ifmap_server.set_config_manager(config_client_manager); //