svn commit: r230950 - projects/multi-fibv6/head/sys/netinet
Bjoern A. Zeeb
bz at FreeBSD.org
Fri Feb 3 15:39:14 UTC 2012
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 */
More information about the svn-src-projects
mailing list