Skip to content

Commit

Permalink
vdns resolution is not happening as self-ip is not set.
Browse files Browse the repository at this point in the history
Change-Id: Ia416a83f0b8de69a4ae2b5cf30872baae33cefd8
Closes-Bug:1666147
  • Loading branch information
nipak committed Feb 23, 2017
1 parent c39e9a1 commit 4ef5ce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dns/main.cc
Expand Up @@ -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);

//
Expand Down

0 comments on commit 4ef5ce0

Please sign in to comment.