Revision 2eb9c02f
Added by Ermal LUÇI about 14 years ago
etc/inc/interfaces.inc | ||
---|---|---|
1683 | 1683 |
$cmdchain->add(gettext("Bring up pfsync0"), "/sbin/ifconfig pfsync0 syncdev lo0 up", false); |
1684 | 1684 |
|
1685 | 1685 |
if ($g['booting']) { |
1686 |
sleep(1); |
|
1687 |
|
|
1686 | 1688 |
/* XXX: Handle an issue with pfsync(4) and carp(4). In a cluster carp will come up before pfsync(4) has updated and so will cause issuese |
1687 | 1689 |
* for exiting sessions. |
1688 | 1690 |
*/ |
Also available in: Unified diff
Actually give pfsync time to catch up.