Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   roy
Date:           Tue Apr 11 13:55:55 UTC 2017

Modified Files:
        src/share/man/man4: route.4
        src/sys/net: raw_cb.h raw_usrreq.c route.h rtsock.c

Log Message:
Add RO_MSGFILTER socket option to PF_ROUTE to filter out
un-wanted route(4) messages.

Inspired by the ROUTE_MSGFILTER equivalent in OpenBSD,
but with an API which allows the full range of potential message types.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/share/man/man4/route.4
cvs rdiff -u -r1.26 -r1.27 src/sys/net/raw_cb.h
cvs rdiff -u -r1.55 -r1.56 src/sys/net/raw_usrreq.c
cvs rdiff -u -r1.111 -r1.112 src/sys/net/route.h
cvs rdiff -u -r1.211 -r1.212 src/sys/net/rtsock.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index