CVSROOT: /cvs Module name: src Changes by: [email protected] 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@
