Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 21:07:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 200379] SCTP stack is not FIB aware
Message-ID:  <bug-200379-2472-EF7eOwPyGr@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-200379-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-200379-2472@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200379

--- Comment #13 from Alan Somers <asomers@FreeBSD.org> ---
FIBs are used to have different routing policies for different kinds of
traffic.  In general, you can't correctly learn which fib you ought to use
based on any feature of a received packet, because different applications can
use different FIBs at the same time.  One application can even use more than
one FIB.

I don't know much about SCTP, but I think that there should be a FIB per
socket.  That's what the socket API currently allows, and it makes intuitive
sense.  Would you ever want to have multiple paths of the same socket get
routed out different interfaces or to different gateways?

-- 
You are receiving this mail because:
You are on the CC list for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200379-2472-EF7eOwPyGr>