svn commit: r228527 - head/sys/conf

Gleb Smirnoff glebius at FreeBSD.org
Thu Dec 15 11:15:23 UTC 2011


Author: glebius
Date: Thu Dec 15 11:15:23 2011
New Revision: 228527
URL: http://svn.freebsd.org/changeset/base/228527

Log:
  Add RADIX_MPATH to LINT.

Modified:
  head/sys/conf/NOTES

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Thu Dec 15 06:29:13 2011	(r228526)
+++ head/sys/conf/NOTES	Thu Dec 15 11:15:23 2011	(r228527)
@@ -916,6 +916,8 @@ device		lagg
 # for sockets with the SO_DEBUG option set, which can then be examined
 # using the trpt(8) utility.
 #
+# RADIX_MPATH provides support for multiple forwarding tables.
+#
 options 	MROUTING		# Multicast routing
 options 	IPFIREWALL		#firewall
 options 	IPFIREWALL_VERBOSE	#enable logging to syslogd(8)
@@ -930,6 +932,7 @@ options 	IPFILTER_LOOKUP		#ipfilter pool
 options 	IPFILTER_DEFAULT_BLOCK	#block all packets by default
 options 	IPSTEALTH		#support for stealth forwarding
 options 	TCPDEBUG
+options 	RADIX_MPATH
 
 # The MBUF_STRESS_TEST option enables options which create
 # various random failures / extreme cases related to mbuf


More information about the svn-src-head mailing list