=== modified file 'plugins.d/mandos-client.c' --- plugins.d/mandos-client.c 2015-07-20 03:03:33 +0000 +++ plugins.d/mandos-client.c 2015-10-04 13:44:40 +0000 @@ -1223,7 +1223,7 @@ sizeof(struct sockaddr_in)); } if(ret < 0){ - if(errno == ENETUNREACH + if(((errno == ENETUNREACH) or (errno == EHOSTUNREACH)) and if_index != AVAHI_IF_UNSPEC and connect_to == NULL and not route_added and