]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
As part of r196609, a call to "rtalloc" did not take the fib into
authorqingli <qingli@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 31 Aug 2009 00:18:17 +0000 (00:18 +0000)
committerqingli <qingli@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 31 Aug 2009 00:18:17 +0000 (00:18 +0000)
commitc01786c95f4e5e3a729f9b40d9bd69f910fe26e2
tree2b642e269e5ef2005fe3d80ed82a432adca2def6
parent7601b7b40d59a4a87fcdd41733378b2394d91802
As part of r196609, a call to  "rtalloc" did not take the fib into
account. So call the appropriate "rtalloc_ign_fib()" instead of
calling "rtalloc_ign()".

Reviewed by: pointed out by bz
Approved by: re

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