Skip to content

Commit

Permalink
Add explanation about reverse IP priority
Browse files Browse the repository at this point in the history
Co-Authored-By: gonzalocasas <[email protected]>
  • Loading branch information
gavanderhoorn and gonzalocasas authored May 5, 2019
1 parent 972747d commit ef88f76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ros_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ int main(int argc, char **argv)

std::string local_ip(args.reverse_ip_address);

// if no reverse IP address has been configured, try to detect one
if (local_ip.empty())
{
local_ip = getLocalIPAccessibleFromHost(args.host);
Expand Down

0 comments on commit ef88f76

Please sign in to comment.