Bug #1038
closedSystem Tuneables net.inet.carp.log not Working
0%
Description
We are running a carp failover bundle in the same network with a
vrrp router pair and therefore we get a lot of unnecessary log
messages (carp_input: received len 24 < sizeof(struct carp_header) on em3)
when the pfsense machine sees vrrp traffic.
To get rid of those messages we decided to set net.inet.carp.log=1 in System
Tuneables.
When adding the setting in the web interface it is applied correctly and the
messages disappear until one of the following happens:
- the machine is rebooted (the settings are ignored here)
- you press save in carp settings (net.inet.carp.log gets set to 2 here)
- on the slave it is reset to 2 on every config sync
Updated by Scott Ullrich almost 14 years ago
- Status changed from New to Feedback
Updated by Martin Klein almost 14 years ago
Using Tue Nov 30 02:04:03 EST 2010 Snapsot
net.inet.carp.log stayes at 1, wich fixes
the problem for me. But if i understand the
associated revision correctly the carp
sysctl values get overwritten every time
there are changes in the config or a sync
happens, regardless of the settings in
system tuneables.
Thank You for your help
Updated by Ermal Luçi almost 14 years ago
- Status changed from Feedback to Resolved