Merge branch 'master' into 1.1
Conflicts: src/subnet.c
This commit is contained in:
commit
d6c50eb73a
4 changed files with 16 additions and 25 deletions
|
|
@ -378,6 +378,9 @@ void check_reachability() {
|
|||
free(envp[i]);
|
||||
|
||||
subnet_update(n, NULL, n->status.reachable);
|
||||
|
||||
if(!n->status.reachable)
|
||||
update_node_udp(n, NULL);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue