CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2009/06/25 12:50:22
Modified files: usr.sbin/sasyncd: carp.c Log message: sasyncd isn't interested in messages on the routing socket other than RTM_IFINFO to monitor the state of carp(4) interfaces; programme the filter on the socket accordingly so it doesn't have to handle other message types. ok henning@