CI IPs related list not getting populated for Linux ServerIssue When we run a discovery against a Linux server its expected to populate the related list: CI IP's but depending on the configurations on the network adapters we might see this data not getting populated and reference is missing.ReleaseOrlandoCauseIn the pattern: Linux Server Step: 4.2.32: "Ref/Rel between cmdb_ci_ip_address and cmdb_ci_network_adapter" is responsible for populating the reference between the IP address table and network adapter record. In that step we have the below condition and only if this condition is satisfied we create the reference. Condition: $cmdb_ci_network_adapter[].name equals $cmdb_ci_ip_address[].name In some cases, we are populating the "name" in cmdb_ci_ip_address with the IP address value and the "name" in the network adapter are populated as eth0,docker0 (etc) so the above condition is failing and the reference is not being created.Resolution1. Go to Linux server pattern. 2. Go to step: 4.2.25. Update cmdb_ci_ip_address table - for kernel 3 and above 3. Add a new field as below name and "value" as $ip_addresses_final[].interface_name 4. Save and publish the pattern.