[Bug 200379] SCTP stack is not FIB aware
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri May 22 01:49:52 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200379
--- Comment #3 from Craig Rodrigues <rodrigc at FreeBSD.org> ---
In sys/netinet/sctp_os_bsd.h ,
the SCTP_RTALLOC macro calls the rtalloc_ign() function which ignores fibs.
It should probably be changed to call rtalloc_ign_fib()
In addition, it may be necessary to store the fib_num in the
inp and inherit it when accepting/peelingoff.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-net
mailing list