]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r225837:
authorbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 4 Oct 2011 13:18:14 +0000 (13:18 +0000)
committerbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 4 Oct 2011 13:18:14 +0000 (13:18 +0000)
commitd3a59986c5f57797cacbebe20aa9e3764d7e7d11
tree278ae85eec81893e124b716dc12e4fad127f7726
parent4e930db0854320f999c868270cd4665959777e34
MFC r225837:

 Pass the fibnum where we need filtering of the message on the
 rtsock allowing routing daemons to filter routing updates on an
 rtsock per FIB.

 Adjust raw_input() and split it into wrapper and a new function
 taking an optional callback argument even though we only have one
 consumer [1] to keep the hackish flags local to rtsock.c.

 PR: kern/134931
 Submitted by: multiple (see PR)
 Suggested by: rwatson [1]
 Reviewed by: rwatson

git-svn-id: svn://svn.freebsd.org/base/stable/8@225975 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/net/raw_cb.h
sys/net/raw_usrreq.c
sys/net/route.c
sys/net/route.h
sys/net/rtsock.c