CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2012/09/20 11:37:47
Modified files: sys/net : if_pfsync.c Log message: pfsync_cancel_full_update needs to restore carp demotions since it's cancelling the bulk update and can leave the machine in a demoted state. bug was noticed by benno, who was kind enough to verify that the fix is working fine. ok mpf, benno