CVSROOT:        /cvs
Module name:    src
Changes by:     clau...@cvs.openbsd.org 2010/07/09 09:36:55

Modified files:
        sys/net        : rtsock.c 

Log message:
When protocol filtering is used on the rtsocket filter only messages that
actually have a protocol/address family set. Messages like RTM_IFINFO or
RTM_IFANNOUNCE are family independent and should not be filtered but
it is possible to use a ROUTE_MSGFILTER to filter these messages.
This allows to reduce the messages sent to AF_INET or AF_INET6 only daemons.
OK henning@, deraadt@

Reply via email to