[Bug 200379] SCTP stack is not FIB aware

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 17 14:47:41 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200379

--- Comment #15 from Alan Somers <asomers at FreeBSD.org> ---
(In reply to Michael Tuexen from comment #14)

You're right about the interface FIB.  It will take incoming packets with a
certain FIB.  But it's not completely general; it's possible to have outbound
traffic use multiple FIBs on a single interface.

The part about multihoming is more interesting.  Can you use SCTP to failover
from one ISP to another?  Different ISPs require different gateways, and hence
different routing tables.  In that case, a single fib per SCTP socket wouldn't
be sufficient.  We would need to set the FIB separately for each local IP
address of the SCTP socket.

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


More information about the freebsd-net mailing list