Date: Fri, 3 Feb 2012 15:39:14 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r230950 - projects/multi-fibv6/head/sys/netinet Message-ID: <201202031539.q13FdEVX093482@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bz Date: Fri Feb 3 15:39:13 2012 New Revision: 230950 URL: http://svn.freebsd.org/changeset/base/230950 Log: Document the fact that multi-FIB support for SCTP had been backed out in r179783 as (ab)using the concept of VRFs for this had not worked. At this point SCTP in FreeBSD does not support multi-FIB, neither for IPv4 nor for IPv6. Discussed with: rrs Sponsored by: Cisco Systems, Inc. Modified: projects/multi-fibv6/head/sys/netinet/sctp_os_bsd.h Modified: projects/multi-fibv6/head/sys/netinet/sctp_os_bsd.h ============================================================================== --- projects/multi-fibv6/head/sys/netinet/sctp_os_bsd.h Fri Feb 3 15:33:55 2012 (r230949) +++ projects/multi-fibv6/head/sys/netinet/sctp_os_bsd.h Fri Feb 3 15:39:13 2012 (r230950) @@ -424,6 +424,12 @@ typedef struct callout sctp_os_timer_t; typedef struct route sctp_route_t; typedef struct rtentry sctp_rtentry_t; +/* + * XXX multi-FIB support was backed out in r179783 and it seems clear that the + * VRF support as currently in FreeBSD is not ready to support multi-FIB. + * It might be best to implement multi-FIB support for both v4 and v6 indepedent + * of VRFs and leave those to a real MPLS stack. + */ #define SCTP_RTALLOC(ro, vrf_id) rtalloc_ign((struct route *)ro, 0UL) /* Future zero copy wakeup/send function */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202031539.q13FdEVX093482>