From 08bc2d8a3608ea846ff9bc3e091aa60c87b3d59a Mon Sep 17 00:00:00 2001 From: Bruce M Simpson Date: Sat, 24 Feb 2007 11:41:05 +0000 Subject: [PATCH] Note that IPv6 multicast forwarding is now dynamically loadable. --- UPDATING | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPDATING b/UPDATING index bd87e21c47a4..e2a626e5e5fc 100644 --- a/UPDATING +++ b/UPDATING @@ -21,6 +21,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20070224: + The IPv6 multicast forwarding code may now be loaded into GENERIC + kernels by loading the ip_mroute.ko module. + The module build heeds the MK_INET6_SUPPORT make.conf option; it + may be set to "no" to omit building the IPv6 support. + 20070218: The following build error may appear when upgrading from an old -current (usr.sbin/bsnmpd/modules/snmp_bridge, depend stage):