* Claudio Jeker <clau...@cvs.openbsd.org> [2009-01-28 13:35]:
> CVSROOT:      /cvs
> Module name:  src
> Changes by:   clau...@cvs.openbsd.org 2009/01/28 05:34:09
> 
> Modified files:
>       sys/net        : route.h rtsock.c 
> 
> Log message:
> Implement basic routing socket filtering. It is possible to give a list --
> actually a bitfield -- of routing messages a listener is interested in.
> This list can be changed with a setsockopt(s, AF_ROUTE, ROUTE_MSGFILTER, ...)
> call. OK henning@, dlg@

yay!

just took us 3-something years from idea to implementation, we've seen
worse!

all the daemons just listening on the routing socket to see new
interfaces and address changes will profit a LOT.

Reply via email to