CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/03 04:43:47
Modified files:
sys/netinet : ip_carp.c
Log message:
Fix kernel stack overflow by preventing carp_send_ad_all() from re-entrant
calls. Also, when adjusting demote counts, don't call carp_send_ad_all()
for every ifgroup with a demote count of 1 but rather call it only once
after adjusting the demote counts of all ifgroups.
ok bluhm@ mpf@
