CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2009/03/30 19:37:33

Modified files:
        share/man/man4 : route.4 

Log message:
document the changes to the route filter API. basically:

-ROUTE_SETFILTER(rtfilter, RTM_IFINFO);
-ROUTE_SETFILTER(rtfilter, RTM_IFANNOUNCE);
+rtfilter = ROUTE_FILTER(RTM_IFINFO) |
+    ROUTE_FILTER(RTM_IFANNOUNCE);

poked by claudio@

Reply via email to