Actions
Bug #289
closedVRRP causes CARP to spew logs
Start date:
01/08/2010
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
Description
When VRRP exists on the same broadcast domain as a host with CARP, the logs get flooded with:
carp_input: received len 20 < sizeof(struct carp_header)
It's hard coded in ip_carp.c. It's probably safe to remove the log entirely, though having all those CARP logs sysctl-controlled would be ideal.
Updated by Ermal Luçi almost 15 years ago
- Status changed from New to Resolved
This is now patched.
It can be made sysctl aware if desired since 2.0 has sysctls exposed to the user interface. It can be teached to carp code to log such messages when log level is more than 2 or 3!
Actions