If the interface name is not set, then it is no use
checking if the interface would be ignored.
The interface name is not set if the interface is being
taken down and we get NEWLINK message with NULL interface.
Fixes BMC#25865
ipdevice->config_ipv6->enabled == TRUE)
return;
+ if (ipdevice->ifname == NULL)
+ return;
+
if (__connman_device_isfiltered(ipdevice->ifname) == FALSE) {
ipdevice->ipv6_enabled = get_ipv6_state(ipdevice->ifname);
set_ipv6_state(ipdevice->ifname, FALSE);