CVSROOT: /cvs Module name: src Changes by: be...@cvs.openbsd.org 2015/07/20 17:45:39
Modified files: usr.sbin/ospfd : interface.c kroute.c ospfd.c Log message: Fix a segfault at startup when if_change() ist called before imsg_init() exposed by the second part of this diff which makes carp(4) interfaces be recognized to be in "backup" mode on start-up. Problem analyzed and fix provided by Johan Ymerson, thanks! ok claudio@, mpi@