summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/conf/options1
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 0e290ab..8c90cc9 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -509,6 +509,8 @@ options HWPMC_HOOKS # Other necessary kernel hooks
options INET #Internet communications protocols
options INET6 #IPv6 communications protocols
+options ROUTETABLES=2 # max 16. 1 is back compatible.
+
# In order to enable IPSEC you MUST also add device crypto to
# your kernel configuration
options IPSEC #IP security (requires device crypto)
diff --git a/sys/conf/options b/sys/conf/options
index 07a8f45..6ebfa92 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -364,6 +364,7 @@ ETHER_II opt_ef.h
ETHER_8023 opt_ef.h
ETHER_8022 opt_ef.h
ETHER_SNAP opt_ef.h
+ROUTETABLES opt_route.h
MROUTING opt_mrouting.h
INET opt_inet.h
INET6 opt_inet6.h
OpenPOWER on IntegriCloud