CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/06/29 18:16:15
Modified files:
sys/net : if_pfsync.c
Log message:
Fix a number of problems introduced by the link state handling commit:
1) demote by 32 on the first bulk update to prevent failovers w/o having
a full state table;
2) don't do any demotion adjustments on the link up event and undemote
when bulk update finishes (or times out) preventing a race between
nodes getting a link state update asynchronously.
With phessler; tested by phessler and Kapetanakis Giannis. Thanks!
Looked through by henning and dlg. Now the correct version.