diff options
author | glebius <glebius@FreeBSD.org> | 2011-12-15 11:15:23 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2011-12-15 11:15:23 +0000 |
commit | 7eaffbbb43d1deb6111343c0bb151de289211791 (patch) | |
tree | a7014df26d880f2ddc0f12796dcb555ec32e8bec | |
parent | 75f08a7b10d04443a8d9f2ce2deed423f21ee004 (diff) | |
download | FreeBSD-src-7eaffbbb43d1deb6111343c0bb151de289211791.zip FreeBSD-src-7eaffbbb43d1deb6111343c0bb151de289211791.tar.gz |
Add RADIX_MPATH to LINT.
-rw-r--r-- | sys/conf/NOTES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 1a4c78d..e8aa837 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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 pools 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 |