IFT_LOOP
if (interface->device->type != IFT_LOOP && interface->device->type != IFT_TUNNEL)
if (interface->device->type == IFT_LOOP) {
device->type = IFT_LOOP;
case IFT_LOOP:
register_domain_datalink_protocols(AF_INET, IFT_LOOP,
register_domain_datalink_protocols(AF_INET6, IFT_LOOP,
case IFT_LOOP: