-
Bug
-
Resolution: Fixed
-
Low
-
Discovery 7.0.4
-
None
-
2
-
Severity 3 - Minor
-
4
-
Issue Summary
Discovery during the scan of network devices, it adds an extra semicolon at the end of IP addresses leading to errors in import process.
This is reproducible on Data Center: yes
Details
While running the pattern file Windows_NetworkInterfaces_PS.pat, if the output has IPAddress field with both IPV4 and IPV6 addresses, then the discovery code adds a semicolon at the end of IP6 address.
Example, if the output contains IP address in below format, then the scan result file has semicolon at the end of IP6 addrress.
IPAddress:10.72.210.99 ab80::200d:1234:44f0:bccd
Due to this, the import process fails with "Error: IP6 is not valid (IP Address, IPv4)."
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available