Clarify and increase level of log message about MTU probes to unreachable nodes.
This commit is contained in:
parent
43a6e78664
commit
b6543af762
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ void send_mtu_probe(node_t *n) {
|
||||||
n->mtuevent = NULL;
|
n->mtuevent = NULL;
|
||||||
|
|
||||||
if(!n->status.reachable || !n->status.validkey) {
|
if(!n->status.reachable || !n->status.validkey) {
|
||||||
logger(LOG_DEBUG, "Trying to send MTU probe to unreachable node %s (%s)", n->name, n->hostname);
|
ifdebug(TRAFFIC) logger(LOG_INFO, "Trying to send MTU probe to unreachable or rekeying node %s (%s)", n->name, n->hostname);
|
||||||
n->mtuprobes = 0;
|
n->mtuprobes = 0;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue