port: print bogus delay request message as rate limited info.
Upgrade the message level to info so the user can see it, but print it at most once per 5 minutes to not spam the syslog too much. Signed-off-by: Miroslav Lichvar <mlichvar@redhat.com>master
parent
ddd653e7a9
commit
cdd11b744b
2
port.c
2
port.c
|
@ -1688,7 +1688,7 @@ static void process_delay_resp(struct port *p, struct ptp_message *m)
|
|||
}
|
||||
if (rsp->hdr.logMessageInterval < -10 ||
|
||||
rsp->hdr.logMessageInterval > 22) {
|
||||
pr_debug("port %hu: ignore bogus delay request interval 2^%d",
|
||||
pl_info(300, "port %hu: ignore bogus delay request interval 2^%d",
|
||||
portnum(p), rsp->hdr.logMessageInterval);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue