Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.1
-
None
Description
DataStructure.pm get_computer_private_ip_address() does not find the line for the computer in /etc/hosts if the line contains both the short hostname and full dns hostname:
10.255.253.61 vcl16 vcl16.lab.net
There is a problem in the regex that locates the correct line.